#include <crm_internal.h>
#include <stdint.h>
#include <sys/param.h>
#include <glib.h>
#include <libxml/tree.h>
#include <crm/crm.h>
#include <crm/common/xml.h>
#include <crm/common/cib_internal.h>
#include <crm/pengine/internal.h>
#include <pe_status_private.h>
#include <crm/pengine/status_compat.h>
Go to the source code of this file.
◆ XPATH_DEPRECATED_RULES
#define XPATH_DEPRECATED_RULES |
Value:
#define PCMK_XE_EXPRESSION
#define PCMK_XE_OP_DEFAULTS
Definition at line 25 of file status.c.
◆ cleanup_calculations()
◆ cluster_status()
◆ pe_find_node()
pcmk_node_t * pe_find_node |
( |
const GList * | node_list, |
|
|
const char * | node_name ) |
◆ pe_find_node_any()
pcmk_node_t * pe_find_node_any |
( |
const GList * | nodes, |
|
|
const char * | id, |
|
|
const char * | uname ) |
Find a node by name or ID in a list of nodes.
- Parameters
-
[in] | nodes | List of nodes (as pcmk_node_t*) |
[in] | id | If not NULL, ID of node to find |
[in] | node_name | If not NULL, name of node to find |
- Returns
- Node from
nodes
that matches id
if any, otherwise node from nodes
that matches uname
if any, otherwise NULL
Definition at line 226 of file status.c.
◆ pe_find_node_id()
pcmk_node_t * pe_find_node_id |
( |
const GList * | nodes, |
|
|
const char * | id ) |
Find a node by ID in a list of nodes.
- Parameters
-
[in] | nodes | List of nodes (as pcmk_node_t*) |
[in] | id | ID of node to find |
- Returns
- Node from
nodes
that matches id
if any, otherwise NULL
Definition at line 248 of file status.c.
◆ pe_find_resource()
◆ pe_find_resource_with_flags()
◆ pe_free_working_set()
◆ pe_new_working_set()
◆ pe_reset_working_set()
◆ set_working_set_defaults()