![]() |
Diffusion C API 6.11.5
|
This structure represents an entry within a hash table. More...
#include <hash.h>
Data Fields | |
char * | key |
The key for this hash entry. | |
void * | val |
The value associated with this hash entry. | |
struct hash_entry_s * | next |
If multiple keys have the same hash, this is a pointer to the next possible matching entry. | |
This structure represents an entry within a hash table.