![]() |
EM-ODP 4.4.0
Event Machine on ODP
|
#include <event_machine_queue.h>
Data Fields | |
| em_output_func_t | output_fn |
| void * | output_fn_args |
| size_t | args_len |
EM output queue configuration. Given to em_queue_create(type=EM_QUEUE_TYPE_OUTPUT) as em_queue_conf_t::conf or part of em_queue_param_t::output_conf when using em_queue_create_param().
Definition at line 451 of file event_machine_queue.h.
| size_t em_output_queue_conf_t::args_len |
Size of the argument-data passed via 'output_fn_args'. 'output_fn_args' is ignored, if 'args_len' is 0.
Definition at line 466 of file event_machine_queue.h.
| em_output_func_t em_output_queue_conf_t::output_fn |
User provided function for sending events out. This function will be called by em_send*() when sending to a queue of type EM_QUEUE_TYPE_OUTPUT
Definition at line 457 of file event_machine_queue.h.
| void* em_output_queue_conf_t::output_fn_args |
Extra output-function argument that will be passed.
Definition at line 461 of file event_machine_queue.h.