nemea-common
1.6.3
|
#include <cuckoo_hash.h>
Data Fields | |
char * | key |
unsigned int | key_length |
void * | data |
Structure of the item of the table.
Definition at line 82 of file cuckoo_hash.h.
void* cc_item_t::data |
Pointer to data (void for use with any data possible)
Definition at line 86 of file cuckoo_hash.h.
char* cc_item_t::key |
Key of the item (as bytes)
Definition at line 84 of file cuckoo_hash.h.
unsigned int cc_item_t::key_length |
Length of the key for item
Definition at line 85 of file cuckoo_hash.h.