![]() |
EM-ODP 4.4.0
Event Machine on ODP
|
#include <event_machine_eo.h>
Data Fields | |
| size_t | conf_len |
| void * | conf |
EO configuration data passed to the user provided EO start function via em_eo_start() or em_eo_start_sync(). The use is optional, but provides a standard way to pass data to the EO start function. EM does not dereference any of the fields here.
Definition at line 197 of file event_machine_eo.h.
| void* em_eo_conf_t::conf |
Application specific configuration data
Definition at line 201 of file event_machine_eo.h.
| size_t em_eo_conf_t::conf_len |
Size of the data passed via conf pointer
Definition at line 199 of file event_machine_eo.h.