|
trafilo 0.1.0
Streaming event-handler framework in C
|
The hashmap structure. More...
#include <hashmap.h>
Data Fields | |
| bucket_node ** | buckets |
| pthread_mutex_t * | locks |
| size_t | num_buckets |
The hashmap structure.
| bucket_node** hashmap_t::buckets |
| pthread_mutex_t* hashmap_t::locks |
| size_t hashmap_t::num_buckets |