| 
    pacemaker
    2.1.5-b7adf64e51
    
   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 | |
| gchar * | stonith__history_description (stonith_history_t *history, bool full_history, const char *later_succeeded, uint32_t show_opts) | 
| PCMK__OUTPUT_ARGS ("failed-fencing-list", "stonith_history_t *", "GList *", "uint32_t", "uint32_t", "bool") | |
| PCMK__OUTPUT_ARGS ("fencing-list", "stonith_history_t *", "GList *", "uint32_t", "uint32_t", "bool") | |
| PCMK__OUTPUT_ARGS ("full-fencing-list", "crm_exit_t", "stonith_history_t *", "GList *", "uint32_t", "uint32_t", "bool") | |
| PCMK__OUTPUT_ARGS ("pending-fencing-list", "stonith_history_t *", "GList *", "uint32_t", "uint32_t", "bool") | |
| PCMK__OUTPUT_ARGS ("stonith-event", "stonith_history_t *", "bool", "bool", "const char *", "uint32_t") | |
| void | stonith__register_messages (pcmk__output_t *out) | 
| PCMK__OUTPUT_ARGS | ( | "failed-fencing-list" | , | 
| "stonith_history_t *" | , | ||
| "GList *" | , | ||
| "uint32_t" | , | ||
| "uint32_t" | , | ||
| "bool" | |||
| ) | 
Definition at line 152 of file st_output.c.
| PCMK__OUTPUT_ARGS | ( | "fencing-list" | , | 
| "stonith_history_t *" | , | ||
| "GList *" | , | ||
| "uint32_t" | , | ||
| "uint32_t" | , | ||
| "bool" | |||
| ) | 
Definition at line 185 of file st_output.c.
| PCMK__OUTPUT_ARGS | ( | "full-fencing-list" | , | 
| "crm_exit_t" | , | ||
| "stonith_history_t *" | , | ||
| "GList *" | , | ||
| "uint32_t" | , | ||
| "uint32_t" | , | ||
| "bool" | |||
| ) | 
Definition at line 217 of file st_output.c.
| PCMK__OUTPUT_ARGS | ( | "pending-fencing-list" | , | 
| "stonith_history_t *" | , | ||
| "GList *" | , | ||
| "uint32_t" | , | ||
| "uint32_t" | , | ||
| "bool" | |||
| ) | 
Definition at line 342 of file st_output.c.
| PCMK__OUTPUT_ARGS | ( | "stonith-event" | , | 
| "stonith_history_t *" | , | ||
| "bool" | , | ||
| "bool" | , | ||
| "const char *" | , | ||
| "uint32_t" | |||
| ) | 
Definition at line 376 of file st_output.c.
| gchar* stonith__history_description | ( | stonith_history_t * | history, | 
| bool | full_history, | ||
| const char * | later_succeeded, | ||
| uint32_t | show_opts | ||
| ) | 
Definition at line 74 of file st_output.c.
| void stonith__register_messages | ( | pcmk__output_t * | out | ) | 
Definition at line 578 of file st_output.c.
 1.8.14