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

Data Fields | |
| hook_tbl_t | hook_tbl_storage [API_HOOKS_MAX_TBL_SIZE] |
| env_spinlock_t | lock |
| int | idx |
| void *end[0] | ENV_CACHE_LINE_ALIGNED |
API-callback hook functions (table of tables)
Definition at line 89 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 91 of file em_hook_types.h.
| int hook_storage_t::idx |
Index of the current active callback table
Definition at line 95 of file em_hook_types.h.
| env_spinlock_t hook_storage_t::lock |
Callback table edit lock
Definition at line 93 of file em_hook_types.h.