pacemaker  3.0.0-d8340737c4
Scalable High-Availability cluster resource manager
Data Fields
pcmk__cluster_private Struct Reference

Implementation of pcmk__cluster_private_t. More...

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

Collaboration diagram for pcmk__cluster_private:
Collaboration graph
[legend]

Data Fields

enum pcmk_ipc_server server
 Server this connection is for (if any) More...
 
char * node_name
 Local node name at cluster layer. More...
 
pcmk__election_telection
 Election state (if election is needed) More...
 
uint32_t node_id
 Local node ID at cluster layer. More...
 

Detailed Description

Implementation of pcmk__cluster_private_t.

Definition at line 91 of file internal.h.

Field Documentation

◆ election

pcmk__election_t* pcmk__cluster_private::election

Election state (if election is needed)

Definition at line 94 of file internal.h.

◆ node_id

uint32_t pcmk__cluster_private::node_id

Local node ID at cluster layer.

Definition at line 99 of file internal.h.

◆ node_name

char* pcmk__cluster_private::node_name

Local node name at cluster layer.

Definition at line 93 of file internal.h.

◆ server

enum pcmk_ipc_server pcmk__cluster_private::server

Server this connection is for (if any)

Definition at line 92 of file internal.h.


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