pacemaker  2.1.9-49aab99839
Scalable High-Availability cluster resource manager
Macros | Functions
nodes_internal.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PCMK__NODE_ATTR_SHUTDOWN   "shutdown"
 
#define PCMK__NODE_ATTR_RESOURCE_DISCOVERY_ENABLED   "resource-discovery-enabled"
 

Functions

pcmk_node_tpcmk__find_node_in_list (const GList *nodes, const char *node_name)
 

Macro Definition Documentation

◆ PCMK__NODE_ATTR_RESOURCE_DISCOVERY_ENABLED

#define PCMK__NODE_ATTR_RESOURCE_DISCOVERY_ENABLED   "resource-discovery-enabled"

Definition at line 23 of file nodes_internal.h.

◆ PCMK__NODE_ATTR_SHUTDOWN

#define PCMK__NODE_ATTR_SHUTDOWN   "shutdown"

Definition at line 17 of file nodes_internal.h.

Function Documentation

◆ pcmk__find_node_in_list()

pcmk_node_t* pcmk__find_node_in_list ( const GList *  nodes,
const char *  node_name 
)

Definition at line 150 of file nodes.c.