Structure where all semaphore related data is stored. More...
#include <semaphores.h>
Public Attributes | |
char | semFile [MAX_SEMFILENAME_SIZE] |
int | semID |
key_t | semKey |
Structure where all semaphore related data is stored.
Definition at line 50 of file semaphores.h.
Definition at line 51 of file semaphores.h.
int semaphore::semID |
Definition at line 52 of file semaphores.h.
key_t semaphore::semKey |
Definition at line 53 of file semaphores.h.