| 
    pacemaker
    2.1.2-ada5c3b36
    
   Scalable High-Availability cluster resource manager 
   | 
 
#include <crm_internal.h>#include <crm/common/results.h>#include <crm/common/output_internal.h>#include <libxml/tree.h>#include <pacemaker-internal.h>
Go to the source code of this file.
Functions | |
| int | pcmk__out_prologue (pcmk__output_t **out, xmlNodePtr *xml) | 
| void | pcmk__out_epilogue (pcmk__output_t *out, xmlNodePtr *xml, int retval) | 
Variables | |
| pcmk__supported_format_t | pcmk__out_formats [] | 
| void pcmk__out_epilogue | ( | pcmk__output_t * | out, | 
| xmlNodePtr * | xml, | ||
| int | retval | ||
| ) | 
Definition at line 39 of file pcmk_output_utils.c.
| int pcmk__out_prologue | ( | pcmk__output_t ** | out, | 
| xmlNodePtr * | xml | ||
| ) | 
Definition at line 22 of file pcmk_output_utils.c.
| pcmk__supported_format_t pcmk__out_formats[] | 
Definition at line 16 of file pcmk_output_utils.c.
 1.8.14