![]() |
pacemaker 3.0.1-16e74fc4da
Scalable High-Availability cluster resource manager
|
Implementation of pcmk__cluster_private_t. More...
#include <include/crm/cluster/internal.h>

Data Fields | |
| enum pcmk_ipc_server | server |
| Server this connection is for (if any) | |
| char * | node_name |
| Local node name at cluster layer. | |
| char * | node_xml_id |
| Local node XML ID in CIB. | |
| pcmk__election_t * | election |
| Election state (if election is needed) | |
| uint32_t | node_id |
| Local node ID at cluster layer. | |
Implementation of pcmk__cluster_private_t.
Definition at line 89 of file internal.h.
| pcmk__election_t* pcmk__cluster_private::election |
Election state (if election is needed)
Definition at line 93 of file internal.h.
| uint32_t pcmk__cluster_private::node_id |
Local node ID at cluster layer.
Definition at line 98 of file internal.h.
| char* pcmk__cluster_private::node_name |
Local node name at cluster layer.
Definition at line 91 of file internal.h.
| char* pcmk__cluster_private::node_xml_id |
Local node XML ID in CIB.
Definition at line 92 of file internal.h.
| enum pcmk_ipc_server pcmk__cluster_private::server |
Server this connection is for (if any)
Definition at line 90 of file internal.h.