|
trafilo 0.1.0
Streaming event-handler framework in C
|
A Dispatcher type with user set configs. More...
#include <dispatcher.h>
Data Fields | |
| bounded_queue_t * | bounded_q |
| hashmap_t * | hash_m |
| const trafilo_config_t * | config |
| size_t | num_workers |
| pthread_t * | threads |
| volatile int | done |
| int | started |
A Dispatcher type with user set configs.
| bounded_queue_t* dispatcher_t::bounded_q |
| const trafilo_config_t* dispatcher_t::config |
| volatile int dispatcher_t::done |
| hashmap_t* dispatcher_t::hash_m |
| size_t dispatcher_t::num_workers |
| int dispatcher_t::started |
| pthread_t* dispatcher_t::threads |