![]() |
Shared memory representation of map of namespace to data partitions. 32 bytes + partitions size.
Definition at line 117 of file as_shm_cluster.h.
Private Attributes | |
uint8_t | cp_mode |
char | ns [AS_MAX_NAMESPACE_SIZE] |
char | pad [7] |
as_partition_shm | partitions [] |
|
private |
Is namespace running in CP mode.
Definition at line 128 of file as_shm_cluster.h.
|
private |
Namespace name.
Definition at line 122 of file as_shm_cluster.h.
|
private |
Pad to 8 byte boundary.
Definition at line 134 of file as_shm_cluster.h.
|
private |
Array of partitions for a given namespace.
Definition at line 140 of file as_shm_cluster.h.