![]() |
pacemaker 3.0.1-16e74fc4da
Scalable High-Availability cluster resource manager
|
#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>
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) |
#define FILTER_STR |
Definition at line 36 of file pe_output.c.
#define XPATH_DC_VERSION |
Definition at line 402 of file pe_output.c.
#define XPATH_STACK |
Definition at line 198 of file pe_output.c.
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.
char * pe__node_display_name | ( | pcmk_node_t * | node, |
bool | print_detail ) |
Definition at line 562 of file pe_output.c.
void pe__register_messages | ( | pcmk__output_t * | out | ) |
Definition at line 3482 of file pe_output.c.
const char * pe__resource_description | ( | const pcmk_resource_t * | rsc, |
uint32_t | show_opts ) |
Definition at line 24 of file pe_output.c.