|
trafilo 0.1.0
Streaming event-handler framework in C
|
Data Fields | |
| trafilo_config_t | config |
| char * | bind_addr_config |
| bounded_queue_t * | bounded_q |
| hashmap_t * | hash_m |
| listener_t * | listener |
| dispatcher_t * | dispatcher |
| pthread_mutex_t | shutdown_lock |
| pthread_cond_t | shutdown_cond |
| int | shutdown_flag |
| int | running |
| char* trafilo_t::bind_addr_config |
| bounded_queue_t* trafilo_t::bounded_q |
| trafilo_config_t trafilo_t::config |
| dispatcher_t* trafilo_t::dispatcher |
| hashmap_t* trafilo_t::hash_m |
| listener_t* trafilo_t::listener |
| int trafilo_t::running |
| pthread_cond_t trafilo_t::shutdown_cond |
| int trafilo_t::shutdown_flag |
| pthread_mutex_t trafilo_t::shutdown_lock |