![]() |
Local data related to shared memory implementation.
Definition at line 237 of file as_shm_cluster.h.
Private Attributes | |
as_cluster_shm * | cluster_shm |
volatile bool | is_tend_master |
as_node ** | local_nodes |
int | shm_id |
uint32_t | takeover_threshold_ms |
|
private |
Pointer to cluster shared memory.
Definition at line 242 of file as_shm_cluster.h.
|
private |
Is this process responsible for performing cluster tending.
Definition at line 268 of file as_shm_cluster.h.
|
private |
Array of pointers to local nodes. Array index offsets are synchronized with shared memory node offsets.
Definition at line 249 of file as_shm_cluster.h.
|
private |
Shared memory identifier.
Definition at line 255 of file as_shm_cluster.h.
|
private |
Take over shared memory cluster tending if the cluster hasn't been tended by this millisecond threshold.
Definition at line 262 of file as_shm_cluster.h.