ACE 8.0.1
Loading...
Searching...
No Matches
Public Attributes | List of all members
ACE_Shared_Memory_Pool::SHM_TABLE Struct Reference

#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.
 

Detailed Description

Keeps track of all the segments being used. The shared memory table is stored in the first shared memory segment

Member Data Documentation

◆ key_

key_t ACE_Shared_Memory_Pool::SHM_TABLE::key_

Shared memory segment key.

◆ shmid_

int ACE_Shared_Memory_Pool::SHM_TABLE::shmid_

Shared memory segment internal id.

◆ used_

int ACE_Shared_Memory_Pool::SHM_TABLE::used_

Is the segment currently used.


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