Hashtable: use more distinct typename for key type

This commit is contained in:
Christian Göttsche
2021-01-04 23:20:36 +01:00
committed by cgzones
parent 43d5c61884
commit 8fe04b7494
4 changed files with 12 additions and 12 deletions

View File

@ -484,7 +484,7 @@ static inline uint64_t fast_strtoull_hex(char **str, int maxlen) {
return result;
}
static void LinuxProcessList_calcLibSize_helper(ATTR_UNUSED hkey_t key, void* value, void* data) {
static void LinuxProcessList_calcLibSize_helper(ATTR_UNUSED ht_key_t key, void* value, void* data) {
if (!data)
return;