minimal information to store in the hash table More...
#include <eg_keytab.h>
Data Fields | |
| uint64_t | key |
| key being stored | |
| int | next |
| next element in the hash list (offset of one) | |
| int | pos |
| position for the asociated key | |
minimal information to store in the hash table
Definition at line 38 of file eg_keytab.h.
| uint64_t EGkeytabInfo_t::key |
key being stored
Definition at line 40 of file eg_keytab.h.
next element in the hash list (offset of one)
Definition at line 41 of file eg_keytab.h.
position for the asociated key
Definition at line 43 of file eg_keytab.h.
1.7.1