ACE  6.4.1
Public Attributes | List of all members
semun Union Reference

#include <os_sem.h>

Public Attributes

int val
 value for SETVAL More...
 
struct semid_ds * buf
 buffer for IPC_STAT & IPC_SET More...
 
u_short * array
 array for GETALL & SETALL More...
 

Member Data Documentation

u_short* semun::array

array for GETALL & SETALL

struct semid_ds* semun::buf

buffer for IPC_STAT & IPC_SET

int semun::val

value for SETVAL


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