pacemaker  2.0.5-ba59be712
Scalable High-Availability cluster resource manager
Functions | Variables
complex.h File Reference
#include <glib.h>
#include <libxml/tree.h>
#include <crm/pengine/pe_types.h>
Include dependency graph for complex.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void get_meta_attributes (GHashTable *meta_hash, pe_resource_t *rsc, pe_node_t *node, pe_working_set_t *data_set)
 
void get_rsc_attributes (GHashTable *meta_hash, pe_resource_t *rsc, pe_node_t *node, pe_working_set_t *data_set)
 
gboolean is_parent (pe_resource_t *child, pe_resource_t *rsc)
 
pe_resource_tuber_parent (pe_resource_t *rsc)
 

Variables

resource_object_functions_t resource_class_functions []
 

Function Documentation

◆ get_meta_attributes()

void get_meta_attributes ( GHashTable *  meta_hash,
pe_resource_t rsc,
pe_node_t node,
pe_working_set_t data_set 
)

Definition at line 100 of file complex.c.

◆ get_rsc_attributes()

void get_rsc_attributes ( GHashTable *  meta_hash,
pe_resource_t rsc,
pe_node_t node,
pe_working_set_t data_set 
)

Definition at line 147 of file complex.c.

◆ is_parent()

gboolean is_parent ( pe_resource_t child,
pe_resource_t rsc 
)

Definition at line 782 of file complex.c.

◆ uber_parent()

pe_resource_t* uber_parent ( pe_resource_t rsc)

Definition at line 799 of file complex.c.

Variable Documentation

◆ resource_class_functions

resource_object_functions_t resource_class_functions[]

Definition at line 19 of file complex.c.