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

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

Collaboration diagram for pcmk__scheduler:
Collaboration graph
[legend]

Data Fields

xmlNode * input
 
pcmk_node_tdc_node
 
uint64_t flags
 
enum pe_quorum_policy no_quorum_policy
 
GList * nodes
 
pcmk__scheduler_private_tpriv
 

Detailed Description

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

Definition at line 76 of file scheduler.h.

Field Documentation

◆ dc_node

pcmk_node_t* pcmk__scheduler::dc_node
Deprecated:
Call pcmk_get_dc() instead

Definition at line 85 of file scheduler.h.

◆ flags

uint64_t pcmk__scheduler::flags
Deprecated:
Call pcmk_has_quorum() to check quorum

Definition at line 89 of file scheduler.h.

◆ input

xmlNode* pcmk__scheduler::input
Deprecated:
Set scheduler input with pcmk_set_scheduler_cib() instead

Definition at line 81 of file scheduler.h.

◆ no_quorum_policy

enum pe_quorum_policy pcmk__scheduler::no_quorum_policy
Deprecated:
Call pcmk_get_no_quorum_policy() to get no-quorum policy

Definition at line 93 of file scheduler.h.

◆ nodes

GList* pcmk__scheduler::nodes
Deprecated:
Call pcmk_find_node() to find a node instead

Definition at line 97 of file scheduler.h.

◆ priv

pcmk__scheduler_private_t* pcmk__scheduler::priv

Definition at line 99 of file scheduler.h.


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