All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Private Attributes
as_partition_table_shm Struct Reference

Detailed Description

Shared memory representation of map of namespace to data partitions. 32 bytes + partitions size.

Definition at line 117 of file as_shm_cluster.h.

+ Collaboration diagram for as_partition_table_shm:

Private Attributes

uint8_t cp_mode
 
char ns [AS_MAX_NAMESPACE_SIZE]
 
char pad [7]
 
as_partition_shm partitions []
 

Field Documentation

uint8_t as_partition_table_shm::cp_mode
private

Is namespace running in CP mode.

Definition at line 128 of file as_shm_cluster.h.

char as_partition_table_shm::ns[AS_MAX_NAMESPACE_SIZE]
private

Namespace name.

Definition at line 122 of file as_shm_cluster.h.

char as_partition_table_shm::pad[7]
private

Pad to 8 byte boundary.

Definition at line 134 of file as_shm_cluster.h.

as_partition_shm as_partition_table_shm::partitions[]
private

Array of partitions for a given namespace.

Definition at line 140 of file as_shm_cluster.h.


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