#include <ce.h>
Public Attributes | |
char | version [CE_VERSION_MAX_SIZE] |
char | group [CE_GROUP_NAME_MAX_SIZE] |
char | proto [CE_PROTOCOL_MAX_SIZE] |
ce_rank_t | coord |
int | ltime |
ce_bool_t | primary |
ce_bool_t | groupd |
ce_bool_t | xfer_view |
char | key [CE_KEY_SIZE] |
int | num_ids |
ce_view_id_t* | prev_ids |
char | params [CE_PARAMS_MAX_SIZE] |
ce_time_t | uptime |
ce_endpt_t* | view |
ce_addr_t* | address |
|
The addresses of group members |
|
The rank of the coordinator |
|
The group name |
|
Are we using the group daemon? |
|
The security key |
|
The logical time of this view |
|
The number of ids in prev_ids |
|
The parameters used |
|
The set of previous view_id's |
|
Is this a primary view? |
|
The protocol stack in use |
|
The time since this group was initiated |
|
The Ensemble version number |
|
The set of endpoints in the view |
|
Is this an xfer view? |