|
trafilo 0.1.0
Streaming event-handler framework in C
|
A bucket node of the hashtable. More...
#include <hashmap.h>
Data Fields | |
| char * | key |
| void * | state |
| sliding_window_t * | window |
| struct bucket_node * | next |
| struct timespec | last_event_ts |
A bucket node of the hashtable.
| char* bucket_node::key |
| struct timespec bucket_node::last_event_ts |
| struct bucket_node* bucket_node::next |
| void* bucket_node::state |
| sliding_window_t* bucket_node::window |