pacemaker  2.1.7-0f7f88312f
Scalable High-Availability cluster resource manager
Data Fields
pe_node_s Struct Reference

Implementation of pcmk_node_t. More...

#include <include/crm/common/nodes.h>

Collaboration diagram for pe_node_s:
Collaboration graph
[legend]

Data Fields

int weight
 Node score for a given resource. More...
 
gboolean fixed
 
int count
 Counter reused by assignment and promotion code. More...
 
struct pe_node_shared_sdetails
 Basic node information. More...
 
int rsc_discover_mode
 Probe mode (enum pe_discover_e) More...
 

Detailed Description

Implementation of pcmk_node_t.

Definition at line 130 of file nodes.h.

Field Documentation

◆ count

int pe_node_s::count

Counter reused by assignment and promotion code.

Definition at line 133 of file nodes.h.

◆ details

struct pe_node_shared_s* pe_node_s::details

Basic node information.

Definition at line 134 of file nodes.h.

◆ fixed

gboolean pe_node_s::fixed
Deprecated:
Do not use

Definition at line 132 of file nodes.h.

◆ rsc_discover_mode

int pe_node_s::rsc_discover_mode

Probe mode (enum pe_discover_e)

Definition at line 137 of file nodes.h.

◆ weight

int pe_node_s::weight

Node score for a given resource.

Definition at line 131 of file nodes.h.


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