RTEMS  5.1
Data Fields
POSIX_Shm_Object Struct Reference

Encapsulation for the storage and manipulation of shm objects. More...

#include <shm.h>

Data Fields

void * handle
 The handle is private for finding object storage.
 
size_t size
 The number of bytes allocated to the object. A size of 0 with a handle of NULL means no object is allocated.
 
const POSIX_Shm_Object_operationsops
 Implementation-specific operations on shm objects.
 

Detailed Description

Encapsulation for the storage and manipulation of shm objects.


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