#include <Shared_Memory_Pool.h>
Public Attributes | |
| key_t | key_ |
| Shared memory segment key. | |
| int | shmid_ |
| Shared memory segment internal id. | |
| int | used_ |
| Is the segment currently used.;. | |
Definition at line 152 of file Shared_Memory_Pool.h.
Shared memory segment key.
Definition at line 155 of file Shared_Memory_Pool.h.
Referenced by ACE_Shared_Memory_Pool::init_acquire().
Shared memory segment internal id.
Definition at line 158 of file Shared_Memory_Pool.h.
Referenced by ACE_Shared_Memory_Pool::commit_backing_store_name(), and ACE_Shared_Memory_Pool::init_acquire().
Is the segment currently used.;.
Definition at line 161 of file Shared_Memory_Pool.h.
Referenced by ACE_Shared_Memory_Pool::commit_backing_store_name(), ACE_Shared_Memory_Pool::find_seg(), ACE_Shared_Memory_Pool::in_use(), ACE_Shared_Memory_Pool::init_acquire(), and ACE_Shared_Memory_Pool::release().
1.4.7