|  | EM-ODP
    3.8.0-1
    Event Machine on ODP | 
#include <em_pool_types.h>

| Data Fields | |
| mpool_elem_t | pool [EM_CONFIG_POOLS] | 
| pool_subpool_t | pool_subpool_odp2em [POOL_ODP2EM_TBL_LEN] | 
| odp_pool_capability_t odp_pool_capability | ENV_CACHE_LINE_ALIGNED | 
EM pool element table
Definition at line 119 of file em_pool_types.h.
| odp_pool_capability_t odp_pool_capability mpool_tbl_t::ENV_CACHE_LINE_ALIGNED | 
ODP pool capabilities common for all pools
Definition at line 130 of file em_pool_types.h.
| mpool_elem_t mpool_tbl_t::pool[EM_CONFIG_POOLS] | 
event/memory pool elem table
Definition at line 121 of file em_pool_types.h.
| pool_subpool_t mpool_tbl_t::pool_subpool_odp2em[POOL_ODP2EM_TBL_LEN] | 
Mapping from odp_pool_index(odp_pool) to em-pool handle and subpool. Verified at runtime that: POOL_ODP2EM_TBL_LEN > odp_pool_max_index()
Definition at line 127 of file em_pool_types.h.