EM-ODP
3.7.0
Event Machine on ODP
|
#include <event_machine_types.h>
Data Fields | |
size_t | conf_len |
void * | conf |
EO configuration data via em_eo_start. The use of this is optional, but provides a standard way to pass data to EO start. EM does not dereference any of the fields here.
Definition at line 242 of file event_machine_types.h.
void* em_eo_conf_t::conf |
Application specific configuration data
Definition at line 246 of file event_machine_types.h.
size_t em_eo_conf_t::conf_len |
Size of the data passed via conf pointer
Definition at line 244 of file event_machine_types.h.