| 
    pacemaker
    2.1.2-ada5c3b36
    
   Scalable High-Availability cluster resource manager 
   | 
 
#include <crm_internal.h>#include <crm/common/output.h>#include <crm/common/results.h>#include <crm/msg_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>
Go to the source code of this file.
Macros | |
| #define | STOP_SANITY_ASSERT(lineno) | 
| #define | CHECK_RC(retcode, retval) | 
Functions | |
| PCMK__OUTPUT_ARGS ("rsc-action-item", "const char *", "pe_resource_t *", "pe_node_t *", "pe_node_t *", "pe_action_t *", "pe_action_t *") | |
| PCMK__OUTPUT_ARGS ("digests", "pe_resource_t *", "pe_node_t *", "const char *", "guint", "op_digest_cache_t *") | |
| PCMK__OUTPUT_ARGS ("rsc-action", "pe_resource_t *", "pe_node_t *", "pe_node_t *", "gboolean") | |
| PCMK__OUTPUT_ARGS ("cluster-status", "pe_working_set_t *", "crm_exit_t", "stonith_history_t *", "gboolean", "unsigned int", "unsigned int", "const char *", "GList *", "GList *") | |
| void | pcmk__register_lib_messages (pcmk__output_t *out) | 
| #define CHECK_RC | ( | retcode, | |
| retval | |||
| ) | 
Definition at line 1483 of file pcmk_output.c.
| #define STOP_SANITY_ASSERT | ( | lineno | ) | 
Definition at line 860 of file pcmk_output.c.
| PCMK__OUTPUT_ARGS | ( | "rsc-action-item" | , | 
| "const char *" | , | ||
| "pe_resource_t *" | , | ||
| "pe_node_t *" | , | ||
| "pe_node_t *" | , | ||
| "pe_action_t *" | , | ||
| "pe_action_t *" | |||
| ) | 
Definition at line 108 of file pcmk_output.c.
| PCMK__OUTPUT_ARGS | ( | "digests" | , | 
| "pe_resource_t *" | , | ||
| "pe_node_t *" | , | ||
| "const char *" | , | ||
| "guint" | , | ||
| "op_digest_cache_t *" | |||
| ) | 
Definition at line 758 of file pcmk_output.c.
| PCMK__OUTPUT_ARGS | ( | "rsc-action" | , | 
| "pe_resource_t *" | , | ||
| "pe_node_t *" | , | ||
| "pe_node_t *" | , | ||
| "gboolean" | |||
| ) | 
Definition at line 874 of file pcmk_output.c.
| PCMK__OUTPUT_ARGS | ( | "cluster-status" | , | 
| "pe_working_set_t *" | , | ||
| "crm_exit_t" | , | ||
| "stonith_history_t *" | , | ||
| "gboolean" | , | ||
| "unsigned int" | , | ||
| "unsigned int" | , | ||
| "const char *" | , | ||
| "GList *" | , | ||
| "GList *" | |||
| ) | 
Definition at line 1488 of file pcmk_output.c.
| void pcmk__register_lib_messages | ( | pcmk__output_t * | out | ) | 
Definition at line 1844 of file pcmk_output.c.
 1.8.14