Public Attributes | |
txc_alias_cache_t | alias_cache |
txc_fd2koa_t | map [TXC_KOA_MAP_SIZE] |
txc_sentinelmgr_t * | sentinelmgr |
txc_buffermgr_t * | buffermgr |
txc_pool_t * | pool_koa_obj |
Definition at line 140 of file koa.c.
Alias cache
Definition at line 141 of file koa.c.
Referenced by txc_koa_alias_cache_lookup_inode(), txc_koa_lock_alias_cache(), and txc_koa_unlock_alias_cache().
txc_fd2koa_t txc_koamgr_s::map[TXC_KOA_MAP_SIZE] |
Maps file descriptor to KOA.
Definition at line 142 of file koa.c.
Referenced by txc_koa_attach_fd(), txc_koa_detach_fd(), txc_koa_lock_fd(), txc_koa_lock_fds_refby_koa(), txc_koa_lookup_fd2koa(), txc_koa_unlock_fd(), and txc_koa_unlock_fds_refby_koa().
Pool from where we allocate * KOA objects.
Definition at line 148 of file koa.c.
Referenced by txc_koa_create().
Pointer to the sentinel manager * providing the sentinels.
Definition at line 143 of file koa.c.
Referenced by txc_koa_create().