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

Detailed Description

Shared memory representation of node. 48 bytes.

Definition at line 39 of file as_shm_cluster.h.

+ Collaboration diagram for as_node_shm:

Private Attributes

uint8_t active
 
struct sockaddr_storage addr
 
uint32_t features
 
ck_swlock_t lock
 
char name [AS_NODE_NAME_SIZE]
 
char pad [3]
 
char tls_name [AS_HOSTNAME_SIZE]
 

Field Documentation

uint8_t as_node_shm::active
private

Is node currently active.

Definition at line 74 of file as_shm_cluster.h.

struct sockaddr_storage as_node_shm::addr
private

Socket address.

Definition at line 56 of file as_shm_cluster.h.

uint32_t as_node_shm::features
private

Features supported by server. Stored in bitmap.

Definition at line 68 of file as_shm_cluster.h.

ck_swlock_t as_node_shm::lock
private

Lightweight node read/write lock.

Definition at line 50 of file as_shm_cluster.h.

char as_node_shm::name[AS_NODE_NAME_SIZE]
private

Node name.

Definition at line 44 of file as_shm_cluster.h.

char as_node_shm::pad[3]
private

Pad to 8 byte boundary.

Definition at line 80 of file as_shm_cluster.h.

char as_node_shm::tls_name[AS_HOSTNAME_SIZE]
private

TLS certificate name (needed for TLS only).

Definition at line 62 of file as_shm_cluster.h.


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