trafilo 0.1.0
Streaming event-handler framework in C
Loading...
Searching...
No Matches
bucket_node Struct Reference

A bucket node of the hashtable. More...

#include <hashmap.h>

Data Fields

char * key
void * state
sliding_window_twindow
struct bucket_nodenext
struct timespec last_event_ts

Detailed Description

A bucket node of the hashtable.

Field Documentation

◆ key

char* bucket_node::key

◆ last_event_ts

struct timespec bucket_node::last_event_ts

◆ next

struct bucket_node* bucket_node::next

◆ state

void* bucket_node::state

◆ window

sliding_window_t* bucket_node::window

The documentation for this struct was generated from the following file: