#include <ce.h>
Public Attributes | |
ce_time_t | hrtbt_rate |
char | transports [CE_TRANSPORT_MAX_SIZE] |
char | protocol [CE_PROTOCOL_MAX_SIZE] |
char | group_name [CE_GROUP_NAME_MAX_SIZE] |
char | properties [CE_PROPERTIES_MAX_SIZE] |
ce_bool_t | use_properties |
ce_bool_t | groupd |
char | params [CE_PARAMS_MAX_SIZE] |
ce_bool_t | client |
ce_bool_t | debug |
ce_endpt_t | endpt |
char | princ [CE_PRINCIPAL_MAX_SIZE] |
char | key [CE_KEY_SIZE] |
ce_bool_t | secure |
The format for the string arguments is that they are either all zeros, or, look like a C-string: set of non-zero characters at the beginning, followed by zeros. There has to be at a terminating NULL character.
|
Are we a Client? |
|
Use the debugging version |
|
the requested endpoint name |
|
The group name |
|
Use the group daemon? |
|
The heartbeat rate |
|
The security key, has to be either all zerosL, or of CE_KEY_SIZE |
|
The set of parameters |
|
My principal name (security) |
|
The set of properties |
|
The protocol stack to use |
|
Do we want a secure stack (encryption + authentication? |
|
The transport protocols [UDP,TCP,MCAST] |
|
Use the properties, instead of the protocol ? |