![]() |
RTEMS 6.1
|
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_operations * | ops |
| Implementation-specific operations on shm objects. | |
Encapsulation for the storage and manipulation of shm objects.