pacemaker
2.1.4-dc6eb4362
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>
#include <stdarg.h>
#include <stdint.h>
#include <crm/stonith-ng.h>
#include <crm/msg_xml.h>
#include <crm/common/iso8601.h>
#include <crm/common/util.h>
#include <crm/common/xml.h>
#include <crm/common/output.h>
#include <crm/common/output_internal.h>
#include <crm/common/xml_internal.h>
#include <crm/fencing/internal.h>
#include <crm/pengine/internal.h>
Go to the source code of this file.
Functions | |
PCMK__OUTPUT_ARGS ("failed-fencing-list", "stonith_history_t *", "GList *", "uint32_t", "gboolean") | |
int | stonith__history (pcmk__output_t *out, va_list args) |
PCMK__OUTPUT_ARGS ("full-fencing-list", "crm_exit_t", "stonith_history_t *", "GList *", "uint32_t", "gboolean") | |
PCMK__OUTPUT_ARGS ("pending-fencing-list", "stonith_history_t *", "GList *", "uint32_t", "gboolean") | |
void | stonith__register_messages (pcmk__output_t *out) |
PCMK__OUTPUT_ARGS | ( | "failed-fencing-list" | , |
"stonith_history_t *" | , | ||
"GList *" | , | ||
"uint32_t" | , | ||
"gboolean" | |||
) |
Definition at line 36 of file st_output.c.
PCMK__OUTPUT_ARGS | ( | "full-fencing-list" | , |
"crm_exit_t" | , | ||
"stonith_history_t *" | , | ||
"GList *" | , | ||
"uint32_t" | , | ||
"gboolean" | |||
) |
Definition at line 93 of file st_output.c.
PCMK__OUTPUT_ARGS | ( | "pending-fencing-list" | , |
"stonith_history_t *" | , | ||
"GList *" | , | ||
"uint32_t" | , | ||
"gboolean" | |||
) |
Definition at line 211 of file st_output.c.
int stonith__history | ( | pcmk__output_t * | out, |
va_list | args | ||
) |
Definition at line 68 of file st_output.c.
void stonith__register_messages | ( | pcmk__output_t * | out | ) |
Definition at line 481 of file st_output.c.