pacemaker
2.1.0-7c3f660
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_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 | |
int | stonith__failed_history (pcmk__output_t *out, va_list args) |
int | stonith__history (pcmk__output_t *out, va_list args) |
int | stonith__full_history (pcmk__output_t *out, va_list args) |
int | stonith__pending_actions (pcmk__output_t *out, va_list args) |
void | stonith__register_messages (pcmk__output_t *out) |
int stonith__failed_history | ( | pcmk__output_t * | out, |
va_list | args | ||
) |
Definition at line 35 of file st_output.c.
int stonith__full_history | ( | pcmk__output_t * | out, |
va_list | args | ||
) |
Definition at line 89 of file st_output.c.
int stonith__history | ( | pcmk__output_t * | out, |
va_list | args | ||
) |
Definition at line 63 of file st_output.c.
int stonith__pending_actions | ( | pcmk__output_t * | out, |
va_list | args | ||
) |
Definition at line 203 of file st_output.c.
void stonith__register_messages | ( | pcmk__output_t * | out | ) |
Definition at line 458 of file st_output.c.