![]() |
Shared memory representation of node. 48 bytes.
Definition at line 34 of file as_shm_cluster.h.
Private Attributes | |
uint8_t | active |
struct sockaddr_in | addr |
ck_swlock_t | lock |
char | name [NODE_NAME_SIZE] |
char | pad [7] |
|
private |
Is node currently active.
Definition at line 57 of file as_shm_cluster.h.
|
private |
Socket address.
Definition at line 51 of file as_shm_cluster.h.
|
private |
Lightweight node read/write lock.
Definition at line 45 of file as_shm_cluster.h.
|
private |
Node name.
Definition at line 39 of file as_shm_cluster.h.
|
private |
Pad to 8 byte boundary.
Definition at line 63 of file as_shm_cluster.h.