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

+ Collaboration diagram for as_node_shm:

Private Attributes

uint8_t active
 
struct sockaddr_in addr
 
ck_swlock_t lock
 
char name [NODE_NAME_SIZE]
 
char pad [7]
 

Field Documentation

uint8_t as_node_shm::active
private

Is node currently active.

Definition at line 57 of file as_shm_cluster.h.

struct sockaddr_in as_node_shm::addr
private

Socket address.

Definition at line 51 of file as_shm_cluster.h.

ck_swlock_t as_node_shm::lock
private

Lightweight node read/write lock.

Definition at line 45 of file as_shm_cluster.h.

char as_node_shm::name[NODE_NAME_SIZE]
private

Node name.

Definition at line 39 of file as_shm_cluster.h.

char as_node_shm::pad[7]
private

Pad to 8 byte boundary.

Definition at line 63 of file as_shm_cluster.h.


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