mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-14 04:54:37 +03:00
Hashtable: use more distinct typename for key type
This commit is contained in:

committed by
cgzones

parent
43d5c61884
commit
8fe04b7494
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user