pacemaker 3.0.1-16e74fc4da
Scalable High-Availability cluster resource manager
Loading...
Searching...
No Matches
pcmk__cluster_private Struct Reference

Implementation of pcmk__cluster_private_t. More...

#include <include/crm/cluster/internal.h>

Collaboration diagram for pcmk__cluster_private:

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_telection
 Election state (if election is needed)
 
uint32_t node_id
 Local node ID at cluster layer.
 

Detailed Description

Implementation of pcmk__cluster_private_t.

Definition at line 89 of file internal.h.

Field Documentation

◆ election

pcmk__election_t* pcmk__cluster_private::election

Election state (if election is needed)

Definition at line 93 of file internal.h.

◆ node_id

uint32_t pcmk__cluster_private::node_id

Local node ID at cluster layer.

Definition at line 98 of file internal.h.

◆ node_name

char* pcmk__cluster_private::node_name

Local node name at cluster layer.

Definition at line 91 of file internal.h.

◆ node_xml_id

char* pcmk__cluster_private::node_xml_id

Local node XML ID in CIB.

Definition at line 92 of file internal.h.

◆ server

enum pcmk_ipc_server pcmk__cluster_private::server

Server this connection is for (if any)

Definition at line 90 of file internal.h.


The documentation for this struct was generated from the following file: