|
ach
Real-TimeIPCLibrary
|
Attributes to pass to ach_open. More...
#include <ach.h>
Data Fields | |
| union { | |
| struct { | |
| union { | |
| int map_anon | |
| anonymous channel (put it in process heap, not shm) | |
| ach_map_t map | |
| } | |
| struct ach_header * shm | |
| the memory buffer used by anonymous channels | |
| } | |
| uint64_t reserved_size [8] | |
| Reserve space to compatibly add future options. | |
| }; | |
Attributes to pass to ach_open.