|
pacemaker
2.1.1-52dc28db4
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>#include <stdarg.h>#include <crm/stonith-ng.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 *", "unsigned int", "gboolean") | |
| int | stonith__history (pcmk__output_t *out, va_list args) |
| PCMK__OUTPUT_ARGS ("full-fencing-list", "crm_exit_t", "stonith_history_t *", "GList *", "unsigned int", "gboolean") | |
| PCMK__OUTPUT_ARGS ("pending-fencing-list", "stonith_history_t *", "GList *", "unsigned int", "gboolean") | |
| void | stonith__register_messages (pcmk__output_t *out) |
| PCMK__OUTPUT_ARGS | ( | "failed-fencing-list" | , |
| "stonith_history_t *" | , | ||
| "GList *" | , | ||
| "unsigned int" | , | ||
| "gboolean" | |||
| ) |
Definition at line 34 of file st_output.c.
| PCMK__OUTPUT_ARGS | ( | "full-fencing-list" | , |
| "crm_exit_t" | , | ||
| "stonith_history_t *" | , | ||
| "GList *" | , | ||
| "unsigned int" | , | ||
| "gboolean" | |||
| ) |
Definition at line 91 of file st_output.c.
| PCMK__OUTPUT_ARGS | ( | "pending-fencing-list" | , |
| "stonith_history_t *" | , | ||
| "GList *" | , | ||
| "unsigned int" | , | ||
| "gboolean" | |||
| ) |
Definition at line 209 of file st_output.c.
| int stonith__history | ( | pcmk__output_t * | out, |
| va_list | args | ||
| ) |
Definition at line 66 of file st_output.c.
| void stonith__register_messages | ( | pcmk__output_t * | out | ) |
Definition at line 468 of file st_output.c.
1.8.14