pacemaker  1.1.16-94ff4df
Scalable High-Availability cluster resource manager
Functions
unpack.c File Reference
#include <crm_internal.h>
#include <sys/param.h>
#include <crm/crm.h>
#include <crm/msg_xml.h>
#include <crm/common/xml.h>
#include <crm/transition.h>
#include <sys/stat.h>
Include dependency graph for unpack.c:

Go to the source code of this file.

Functions

 CRM_TRACE_INIT_DATA (transitioner)
 
crm_graph_tunpack_graph (xmlNode *xml_graph, const char *reference)
 
void destroy_graph (crm_graph_t *graph)
 
lrmd_event_data_tconvert_graph_action (xmlNode *resource, crm_action_t *action, int status, int rc)
 

Function Documentation

§ convert_graph_action()

lrmd_event_data_t* convert_graph_action ( xmlNode *  resource,
crm_action_t action,
int  status,
int  rc 
)

Definition at line 293 of file unpack.c.

§ CRM_TRACE_INIT_DATA()

CRM_TRACE_INIT_DATA ( transitioner  )

§ destroy_graph()

void destroy_graph ( crm_graph_t graph)

Definition at line 276 of file unpack.c.

§ unpack_graph()

crm_graph_t* unpack_graph ( xmlNode *  xml_graph,
const char *  reference 
)

Definition at line 168 of file unpack.c.