Keeps track of all the segments being used. More...
#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.;. | |
Keeps track of all the segments being 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.
Shared memory segment internal id.
Definition at line 158 of file Shared_Memory_Pool.h.
Is the segment currently used.;.
Definition at line 161 of file Shared_Memory_Pool.h.
1.7.0