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

Data Fields

trafilo_config_t config
char * bind_addr_config
bounded_queue_tbounded_q
hashmap_thash_m
listener_tlistener
dispatcher_tdispatcher
pthread_mutex_t shutdown_lock
pthread_cond_t shutdown_cond
int shutdown_flag
int running

Field Documentation

◆ bind_addr_config

char* trafilo_t::bind_addr_config

◆ bounded_q

bounded_queue_t* trafilo_t::bounded_q

◆ config

trafilo_config_t trafilo_t::config

◆ dispatcher

dispatcher_t* trafilo_t::dispatcher

◆ hash_m

hashmap_t* trafilo_t::hash_m

◆ listener

listener_t* trafilo_t::listener

◆ running

int trafilo_t::running

◆ shutdown_cond

pthread_cond_t trafilo_t::shutdown_cond

◆ shutdown_flag

int trafilo_t::shutdown_flag

◆ shutdown_lock

pthread_mutex_t trafilo_t::shutdown_lock

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