EM-ODP  3.7.0
Event Machine on ODP
em_event_vector_info_t Struct Reference

Vector event information filled by em_event_vector_info() More...

#include <event_machine_event.h>

Data Fields

em_event_t * event_tbl
 
uint32_t size
 
uint32_t max_size
 

Detailed Description

Vector event information filled by em_event_vector_info()

Output structure for obtaining information about a vector event. Information related to the vector event will be filled into this struct by the em_event_vector_info() API function.

Examples
bench_event.c.

Definition at line 1132 of file event_machine_event.h.

Field Documentation

◆ event_tbl

em_event_t* em_event_vector_info_t::event_tbl

Pointer to the vector's event-table

Definition at line 1134 of file event_machine_event.h.

◆ max_size

uint32_t em_event_vector_info_t::max_size

Max number of events that can fit into the vector's event-table, 0 on failure or if EM can't retrieve the max size (non-EM pool).

Definition at line 1141 of file event_machine_event.h.

◆ size

uint32_t em_event_vector_info_t::size

Number of available/set valid events in the vectors event-table

Definition at line 1136 of file event_machine_event.h.


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