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

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

Data Fields

gboolean online
 
gboolean pending
 
gboolean unclean
 
gboolean shutdown
 
gboolean maintenance
 
GList * running_rsc
 

Detailed Description

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

Definition at line 43 of file nodes.h.

Field Documentation

◆ maintenance

gboolean pcmk__node_details::maintenance
Deprecated:
Call pcmk_node_is_in_maintenance() instead

Definition at line 66 of file nodes.h.

◆ online

gboolean pcmk__node_details::online
Deprecated:
Call pcmk_node_is_online() instead

Definition at line 50 of file nodes.h.

◆ pending

gboolean pcmk__node_details::pending
Deprecated:
Call pcmk_node_is_pending() instead

Definition at line 54 of file nodes.h.

◆ running_rsc

GList* pcmk__node_details::running_rsc

Definition at line 70 of file nodes.h.

◆ shutdown

gboolean pcmk__node_details::shutdown
Deprecated:
Call pcmk_node_is_shutting_down() instead

Definition at line 62 of file nodes.h.

◆ unclean

gboolean pcmk__node_details::unclean
Deprecated:
Call !pcmk_node_is_clean() instead

Definition at line 58 of file nodes.h.


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