pacemaker
2.1.8-3980678f03
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>
#include <crm/common/output.h>
#include <crm/common/results.h>
#include <crm/common/xml.h>
#include <crm/stonith-ng.h>
#include <crm/fencing/internal.h>
#include <crm/pengine/internal.h>
#include <libxml/tree.h>
#include <pacemaker-internal.h>
#include <inttypes.h>
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | STOP_SANITY_ASSERT(lineno) |
#define | CHECK_RC(retcode, retval) |
#define | KV_PAIR(k, v) |
Functions | |
PCMK__OUTPUT_ARGS ("rsc-action-item", "const char *", "pcmk_resource_t *", "pcmk_node_t *", "pcmk_node_t *", "pcmk_action_t *", "pcmk_action_t *") | |
PCMK__OUTPUT_ARGS ("locations-and-colocations", "pcmk_resource_t *", "bool", "bool") | |
PCMK__OUTPUT_ARGS ("health", "const char *", "const char *", "const char *", "const char *") | |
PCMK__OUTPUT_ARGS ("pacemakerd-health", "const char *", "enum pcmk_pacemakerd_state", "const char *", "time_t") | |
PCMK__OUTPUT_ARGS ("crmadmin-node", "const char *", "const char *", "const char *", "bool") | |
PCMK__OUTPUT_ARGS ("digests", "const pcmk_resource_t *", "const pcmk_node_t *", "const char *", "guint", "const pcmk__op_digest_t *") | |
PCMK__OUTPUT_ARGS ("rsc-action", "pcmk_resource_t *", "pcmk_node_t *", "pcmk_node_t *") | |
PCMK__OUTPUT_ARGS ("node-info", "uint32_t", "const char *", "const char *", "const char *", "bool", "bool") | |
PCMK__OUTPUT_ARGS ("inject-cluster-action", "const char *", "const char *", "xmlNode *") | |
PCMK__OUTPUT_ARGS ("inject-rsc-action", "const char *", "const char *", "const char *", "guint") | |
PCMK__OUTPUT_ARGS ("cluster-status", "pcmk_scheduler_t *", "enum pcmk_pacemakerd_state", "crm_exit_t", "stonith_history_t *", "enum pcmk__fence_history", "uint32_t", "uint32_t", "const char *", "GList *", "GList *") | |
PCMK__OUTPUT_ARGS ("attribute", "const char *", "const char *", "const char *", "const char *", "const char *", "bool", "bool") | |
void | pcmk__register_lib_messages (pcmk__output_t *out) |
#define CHECK_RC | ( | retcode, | |
retval | |||
) |
Definition at line 1779 of file pcmk_output.c.
#define KV_PAIR | ( | k, | |
v | |||
) |
Definition at line 2131 of file pcmk_output.c.
#define STOP_SANITY_ASSERT | ( | lineno | ) |
Definition at line 1061 of file pcmk_output.c.
PCMK__OUTPUT_ARGS | ( | "rsc-action-item" | , |
"const char *" | , | ||
"pcmk_resource_t *" | , | ||
"pcmk_node_t *" | , | ||
"pcmk_node_t *" | , | ||
"pcmk_action_t *" | , | ||
"pcmk_action_t *" | |||
) |
Definition at line 108 of file pcmk_output.c.
PCMK__OUTPUT_ARGS | ( | "locations-and-colocations" | , |
"pcmk_resource_t *" | , | ||
"bool" | , | ||
"bool" | |||
) |
Definition at line 576 of file pcmk_output.c.
PCMK__OUTPUT_ARGS | ( | "health" | , |
"const char *" | , | ||
"const char *" | , | ||
"const char *" | , | ||
"const char *" | |||
) |
Definition at line 631 of file pcmk_output.c.
PCMK__OUTPUT_ARGS | ( | "pacemakerd-health" | , |
"const char *" | , | ||
"enum pcmk_pacemakerd_state" | , | ||
"const char *" | , | ||
"time_t" | |||
) |
Definition at line 687 of file pcmk_output.c.
PCMK__OUTPUT_ARGS | ( | "crmadmin-node" | , |
"const char *" | , | ||
"const char *" | , | ||
"const char *" | , | ||
"bool" | |||
) |
Definition at line 905 of file pcmk_output.c.
PCMK__OUTPUT_ARGS | ( | "digests" | , |
"const pcmk_resource_t *" | , | ||
"const pcmk_node_t *" | , | ||
"const char *" | , | ||
"guint" | , | ||
"const pcmk__op_digest_t *" | |||
) |
Definition at line 960 of file pcmk_output.c.
PCMK__OUTPUT_ARGS | ( | "rsc-action" | , |
"pcmk_resource_t *" | , | ||
"pcmk_node_t *" | , | ||
"pcmk_node_t *" | |||
) |
Definition at line 1075 of file pcmk_output.c.
PCMK__OUTPUT_ARGS | ( | "node-info" | , |
"uint32_t" | , | ||
"const char *" | , | ||
"const char *" | , | ||
"const char *" | , | ||
"bool" | , | ||
"bool" | |||
) |
Definition at line 1343 of file pcmk_output.c.
PCMK__OUTPUT_ARGS | ( | "inject-cluster-action" | , |
"const char *" | , | ||
"const char *" | , | ||
"xmlNode *" | |||
) |
Definition at line 1389 of file pcmk_output.c.
PCMK__OUTPUT_ARGS | ( | "inject-rsc-action" | , |
"const char *" | , | ||
"const char *" | , | ||
"const char *" | , | ||
"guint" | |||
) |
Definition at line 1722 of file pcmk_output.c.
PCMK__OUTPUT_ARGS | ( | "cluster-status" | , |
"pcmk_scheduler_t *" | , | ||
"enum pcmk_pacemakerd_state" | , | ||
"crm_exit_t" | , | ||
"stonith_history_t *" | , | ||
"enum pcmk__fence_history" | , | ||
"uint32_t" | , | ||
"uint32_t" | , | ||
"const char *" | , | ||
"GList *" | , | ||
"GList *" | |||
) |
Definition at line 1784 of file pcmk_output.c.
PCMK__OUTPUT_ARGS | ( | "attribute" | , |
"const char *" | , | ||
"const char *" | , | ||
"const char *" | , | ||
"const char *" | , | ||
"const char *" | , | ||
"bool" | , | ||
"bool" | |||
) |
Definition at line 2139 of file pcmk_output.c.
void pcmk__register_lib_messages | ( | pcmk__output_t * | out | ) |
Definition at line 2684 of file pcmk_output.c.