pacemaker 3.0.1-16e74fc4da
Scalable High-Availability cluster resource manager
Loading...
Searching...
No Matches
pe_output.c File Reference
#include <crm_internal.h>
#include <stdint.h>
#include <libxml/tree.h>
#include <crm/common/xml_internal.h>
#include <crm/common/output.h>
#include <crm/common/scheduler_internal.h>
#include <crm/cib/util.h>
#include <crm/common/xml.h>
#include <crm/pengine/internal.h>
Include dependency graph for pe_output.c:

Go to the source code of this file.

Macros

#define FILTER_STR
 
#define XPATH_STACK
 
#define XPATH_DC_VERSION
 

Functions

const char * pe__resource_description (const pcmk_resource_t *rsc, uint32_t show_opts)
 
char * pe__node_display_name (pcmk_node_t *node, bool print_detail)
 
int pe__name_and_nvpairs_xml (pcmk__output_t *out, bool is_list, const char *tag_name,...)
 
void pe__register_messages (pcmk__output_t *out)
 

Macro Definition Documentation

◆ FILTER_STR

#define FILTER_STR
Value:
#define PCMK__LAST_FAILURE_PREFIX
Definition internal.h:300
#define PCMK__FAIL_COUNT_PREFIX
Definition internal.h:299
#define PCMK_NODE_ATTR_STANDBY
Definition nodes.h:32
#define PCMK_NODE_ATTR_TERMINATE
Definition nodes.h:33
#define PCMK__NODE_ATTR_SHUTDOWN

Definition at line 36 of file pe_output.c.

◆ XPATH_DC_VERSION

#define XPATH_DC_VERSION
Value:
#define PCMK_OPT_DC_VERSION
Definition options.h:35
#define PCMK_XE_NVPAIR
Definition xml_names.h:144
#define PCMK_XA_NAME
Definition xml_names.h:330

Definition at line 402 of file pe_output.c.

◆ XPATH_STACK

#define XPATH_STACK
Value:
"[@" PCMK_XA_NAME "='" \
#define PCMK_OPT_CLUSTER_INFRASTRUCTURE
Definition options.h:29

Definition at line 198 of file pe_output.c.

Function Documentation

◆ pe__name_and_nvpairs_xml()

int pe__name_and_nvpairs_xml ( pcmk__output_t * out,
bool is_list,
const char * tag_name,
... )

Definition at line 619 of file pe_output.c.

◆ pe__node_display_name()

char * pe__node_display_name ( pcmk_node_t * node,
bool print_detail )

Definition at line 562 of file pe_output.c.

◆ pe__register_messages()

void pe__register_messages ( pcmk__output_t * out)

Definition at line 3482 of file pe_output.c.

◆ pe__resource_description()

const char * pe__resource_description ( const pcmk_resource_t * rsc,
uint32_t show_opts )

Definition at line 24 of file pe_output.c.