EM-ODP  3.7.0
Event Machine on ODP
hook_storage_t Struct Reference

#include <em_hook_types.h>

Collaboration diagram for hook_storage_t:

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
 

Detailed Description

API-callback hook functions (table of tables)

Definition at line 89 of file em_hook_types.h.

Field Documentation

◆ hook_tbl_storage

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.

◆ idx

int hook_storage_t::idx

Index of the current active callback table

Definition at line 95 of file em_hook_types.h.

◆ lock

env_spinlock_t hook_storage_t::lock

Callback table edit lock

Definition at line 93 of file em_hook_types.h.


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