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 93 of file as_shm_cluster.h.

+ Collaboration diagram for as_partition_table_shm:

Private Attributes

char ns [AS_MAX_NAMESPACE_SIZE]
 
as_partition_shm partitions []
 

Field Documentation

char as_partition_table_shm::ns[AS_MAX_NAMESPACE_SIZE]
private

Namespace name.

Definition at line 98 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 104 of file as_shm_cluster.h.


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