![]()  | 
  
    pacemaker
    2.1.9-49aab99839
    
   Scalable High-Availability cluster resource manager 
   | 
 
#include <crm_internal.h>#include <stdarg.h>#include <stdint.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 | |
| gchar * | stonith__history_description (const 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") | |
| PCMK__OUTPUT_ARGS ("validate", "const char *", "const char *", "const char *", "const char *", "int") | |
| 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 169 of file st_output.c.
| PCMK__OUTPUT_ARGS | ( | "fencing-list" | , | 
| "stonith_history_t *" | , | ||
| "GList *" | , | ||
| "uint32_t" | , | ||
| "uint32_t" | , | ||
| "bool" | |||
| ) | 
Definition at line 202 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 234 of file st_output.c.
| PCMK__OUTPUT_ARGS | ( | "pending-fencing-list" | , | 
| "stonith_history_t *" | , | ||
| "GList *" | , | ||
| "uint32_t" | , | ||
| "uint32_t" | , | ||
| "bool" | |||
| ) | 
Definition at line 359 of file st_output.c.
| PCMK__OUTPUT_ARGS | ( | "stonith-event" | , | 
| "stonith_history_t *" | , | ||
| "bool" | , | ||
| "bool" | , | ||
| "const char *" | , | ||
| "uint32_t" | |||
| ) | 
Definition at line 393 of file st_output.c.
| PCMK__OUTPUT_ARGS | ( | "validate" | , | 
| "const char *" | , | ||
| "const char *" | , | ||
| "const char *" | , | ||
| "const char *" | , | ||
| "int" | |||
| ) | 
Definition at line 506 of file st_output.c.
| gchar* stonith__history_description | ( | const stonith_history_t * | history, | 
| bool | full_history, | ||
| const char * | later_succeeded, | ||
| uint32_t | show_opts | ||
| ) | 
Definition at line 89 of file st_output.c.
| void stonith__register_messages | ( | pcmk__output_t * | out | ) | 
Definition at line 604 of file st_output.c.
 1.8.14