![]() |
pacemaker
2.1.9-49aab99839
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 1775 of file pcmk_output.c.
| #define KV_PAIR | ( | k, | |
| v | |||
| ) |
Definition at line 2127 of file pcmk_output.c.
| #define STOP_SANITY_ASSERT | ( | lineno | ) |
Definition at line 1057 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 104 of file pcmk_output.c.
| PCMK__OUTPUT_ARGS | ( | "locations-and-colocations" | , |
| "pcmk_resource_t *" | , | ||
| "bool" | , | ||
| "bool" | |||
| ) |
Definition at line 572 of file pcmk_output.c.
| PCMK__OUTPUT_ARGS | ( | "health" | , |
| "const char *" | , | ||
| "const char *" | , | ||
| "const char *" | , | ||
| "const char *" | |||
| ) |
Definition at line 627 of file pcmk_output.c.
| PCMK__OUTPUT_ARGS | ( | "pacemakerd-health" | , |
| "const char *" | , | ||
| "enum pcmk_pacemakerd_state" | , | ||
| "const char *" | , | ||
| "time_t" | |||
| ) |
Definition at line 683 of file pcmk_output.c.
| PCMK__OUTPUT_ARGS | ( | "crmadmin-node" | , |
| "const char *" | , | ||
| "const char *" | , | ||
| "const char *" | , | ||
| "bool" | |||
| ) |
Definition at line 901 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 956 of file pcmk_output.c.
| PCMK__OUTPUT_ARGS | ( | "rsc-action" | , |
| "pcmk_resource_t *" | , | ||
| "pcmk_node_t *" | , | ||
| "pcmk_node_t *" | |||
| ) |
Definition at line 1071 of file pcmk_output.c.
| PCMK__OUTPUT_ARGS | ( | "node-info" | , |
| "uint32_t" | , | ||
| "const char *" | , | ||
| "const char *" | , | ||
| "const char *" | , | ||
| "bool" | , | ||
| "bool" | |||
| ) |
Definition at line 1339 of file pcmk_output.c.
| PCMK__OUTPUT_ARGS | ( | "inject-cluster-action" | , |
| "const char *" | , | ||
| "const char *" | , | ||
| "xmlNode *" | |||
| ) |
Definition at line 1385 of file pcmk_output.c.
| PCMK__OUTPUT_ARGS | ( | "inject-rsc-action" | , |
| "const char *" | , | ||
| "const char *" | , | ||
| "const char *" | , | ||
| "guint" | |||
| ) |
Definition at line 1718 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 1780 of file pcmk_output.c.
| PCMK__OUTPUT_ARGS | ( | "attribute" | , |
| "const char *" | , | ||
| "const char *" | , | ||
| "const char *" | , | ||
| "const char *" | , | ||
| "const char *" | , | ||
| "bool" | , | ||
| "bool" | |||
| ) |
Definition at line 2135 of file pcmk_output.c.
| void pcmk__register_lib_messages | ( | pcmk__output_t * | out | ) |
Definition at line 2680 of file pcmk_output.c.
1.8.14