pacemaker  2.0.5-ba59be712
Scalable High-Availability cluster resource manager
Functions | Variables
pcmk_output.c File Reference
#include <crm_internal.h>
#include <crm/common/results.h>
#include <crm/common/output_internal.h>
#include <crm/stonith-ng.h>
#include <crm/fencing/internal.h>
#include <libxml/tree.h>
#include <pcmki/pcmki_output.h>
Include dependency graph for pcmk_output.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

◆ pcmk__out_epilogue()

void pcmk__out_epilogue ( pcmk__output_t out,
xmlNodePtr *  xml,
int  retval 
)

Definition at line 42 of file pcmk_output.c.

◆ pcmk__out_prologue()

int pcmk__out_prologue ( pcmk__output_t **  out,
xmlNodePtr *  xml 
)

Definition at line 24 of file pcmk_output.c.

Variable Documentation

◆ pcmk__out_formats

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

Definition at line 18 of file pcmk_output.c.