![]() |
EM-ODP 4.4.0
Event Machine on ODP
|
#include <em_hook_types.h>

Data Fields | |
| hook_tbl_t | hook_tbl_storage [API_HOOKS_MAX_TBL_SIZE] |
| odp_ticketlock_t | lock |
| int | idx |
| void *end[0] | ENV_CACHE_LINE_ALIGNED |
API-callback hook functions (table of tables)
Definition at line 94 of file em_hook_types.h.
| void* end [0] hook_storage_t::ENV_CACHE_LINE_ALIGNED |
Definition at line 102 of file em_hook_types.h.
| hook_tbl_t hook_storage_t::hook_tbl_storage[API_HOOKS_MAX_TBL_SIZE] |
Storage for multiple hook function tables
Definition at line 96 of file em_hook_types.h.
| int hook_storage_t::idx |
Index of the current active callback table
Definition at line 100 of file em_hook_types.h.
| odp_ticketlock_t hook_storage_t::lock |
Callback table edit lock
Definition at line 98 of file em_hook_types.h.