|
trafilo 0.1.0
Streaming event-handler framework in C
|
A struct to hold event data. More...
#include <trafilo.h>
Data Fields | |
| char * | key |
| void * | payload |
| size_t | payload_len |
| struct timespec | t_secs |
A struct to hold event data.
| char* event_t::key |
| void* event_t::payload |
| size_t event_t::payload_len |
| struct timespec event_t::t_secs |