|
My Kernel v0.1.0
|
Structure used to store entries inside an hashtable.
#include <hashtable.h>
Data Fields | |
| void * | key |
| struct linked_list_node | this |
| void* hashtable_entry::key |
The entry's unique key.
| struct linked_list_node hashtable_entry::this |
Used to build the hashtable's list.