EM-ODP 4.4.0
Event Machine on ODP
Loading...
Searching...
No Matches
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]
 
odp_ticketlock_t lock
 
int idx
 
void *end[0] ENV_CACHE_LINE_ALIGNED
 

Detailed Description

API-callback hook functions (table of tables)

Definition at line 94 of file em_hook_types.h.

Field Documentation

◆ ENV_CACHE_LINE_ALIGNED

void* end [0] hook_storage_t::ENV_CACHE_LINE_ALIGNED

Definition at line 102 of file em_hook_types.h.

◆ 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 96 of file em_hook_types.h.

◆ idx

int hook_storage_t::idx

Index of the current active callback table

Definition at line 100 of file em_hook_types.h.

◆ lock

odp_ticketlock_t hook_storage_t::lock

Callback table edit lock

Definition at line 98 of file em_hook_types.h.


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