pacemaker  2.1.8-3980678f03
Scalable High-Availability cluster resource manager
Data Fields
crm_peer_node_s Struct Reference

#include <include/crm/cluster.h>

Data Fields

char * uname
 
char * uuid
 
char * state
 
uint64_t flags
 
uint64_t last_seen
 
uint32_t processes
 
uint32_t id
 
time_t when_lost
 
enum crm_join_phase join
 
char * expected
 
time_t peer_lost
 
char * conn_host
 
time_t when_member
 
time_t when_online
 

Detailed Description

Deprecated:
Do not use (public access will be removed in a future release)

Definition at line 87 of file cluster.h.

Field Documentation

◆ conn_host

char* crm_peer_node_s::conn_host

Definition at line 128 of file cluster.h.

◆ expected

char* crm_peer_node_s::expected

Definition at line 125 of file cluster.h.

◆ flags

uint64_t crm_peer_node_s::flags

Definition at line 110 of file cluster.h.

◆ id

uint32_t crm_peer_node_s::id

Definition at line 120 of file cluster.h.

◆ join

enum crm_join_phase crm_peer_node_s::join

Definition at line 124 of file cluster.h.

◆ last_seen

uint64_t crm_peer_node_s::last_seen

Definition at line 111 of file cluster.h.

◆ peer_lost

time_t crm_peer_node_s::peer_lost

Definition at line 127 of file cluster.h.

◆ processes

uint32_t crm_peer_node_s::processes

Definition at line 112 of file cluster.h.

◆ state

char* crm_peer_node_s::state

Definition at line 109 of file cluster.h.

◆ uname

char* crm_peer_node_s::uname

Definition at line 88 of file cluster.h.

◆ uuid

char* crm_peer_node_s::uuid

Value of the PCMK_XA_ID XML attribute to use with the node's PCMK_XE_NODE, PCMK_XE_NODE_STATE, and PCMK_XE_TRANSIENT_ATTRIBUTES XML elements in the CIB

Definition at line 107 of file cluster.h.

◆ when_lost

time_t crm_peer_node_s::when_lost

Definition at line 121 of file cluster.h.

◆ when_member

time_t crm_peer_node_s::when_member

Definition at line 130 of file cluster.h.

◆ when_online

time_t crm_peer_node_s::when_online

Definition at line 131 of file cluster.h.


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