pacemaker  2.1.0-7c3f660
Scalable High-Availability cluster resource manager
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
pcmk_output_utils.c File Reference
#include <crm_internal.h>
#include <crm/common/results.h>
#include <crm/common/output_internal.h>
#include <libxml/tree.h>
#include <pacemaker-internal.h>
Include dependency graph for pcmk_output_utils.c:

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 []
 

Function Documentation

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.

Variable Documentation

pcmk__supported_format_t pcmk__out_formats[]
Initial value:
= {
{ NULL, NULL, NULL }
}
#define PCMK__SUPPORTED_FORMAT_XML

Definition at line 16 of file pcmk_output_utils.c.