![]() |
pacemaker
3.0.0-d8340737c4
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>
#include <stdint.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 34 of file pe_output.c.
#define XPATH_DC_VERSION |
Definition at line 399 of file pe_output.c.
#define XPATH_STACK |
Definition at line 196 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 616 of file pe_output.c.
char* pe__node_display_name | ( | pcmk_node_t * | node, |
bool | print_detail | ||
) |
Definition at line 559 of file pe_output.c.
void pe__register_messages | ( | pcmk__output_t * | out | ) |
Definition at line 3470 of file pe_output.c.
const char* pe__resource_description | ( | const pcmk_resource_t * | rsc, |
uint32_t | show_opts | ||
) |
Definition at line 22 of file pe_output.c.