pacemaker  2.1.0-7c3f660
Scalable High-Availability cluster resource manager
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
pcmk_trans_unpack.c File Reference
#include <crm_internal.h>
#include <sys/param.h>
#include <sys/stat.h>
#include <crm/crm.h>
#include <crm/msg_xml.h>
#include <crm/common/xml.h>
#include <crm/common/xml_internal.h>
#include <pacemaker-internal.h>
Include dependency graph for pcmk_trans_unpack.c:

Go to the source code of this file.

Functions

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

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

Definition at line 304 of file pcmk_trans_unpack.c.

void destroy_graph ( crm_graph_t graph)

Definition at line 287 of file pcmk_trans_unpack.c.

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

Definition at line 173 of file pcmk_trans_unpack.c.