pacemaker
2.1.8-3980678f03
Scalable High-Availability cluster resource manager
|
Deprecated Pacemaker configuration utilities. More...
Go to the source code of this file.
Functions | |
const char * | get_object_path (const char *object_type) |
const char * | get_object_parent (const char *object_type) |
xmlNode * | get_object_root (const char *object_type, xmlNode *the_root) |
int | set_standby (cib_t *the_cib, const char *uuid, const char *scope, const char *standby_value) |
int | query_node_uname (cib_t *the_cib, const char *uuid, char **uname) |
xmlNode * | cib_get_generation (cib_t *cib) |
const char * | cib_pref (GHashTable *options, const char *name) |
void | cib_metadata (void) |
Deprecated Pacemaker configuration utilities.
Definition in file util_compat.h.
xmlNode* cib_get_generation | ( | cib_t * | cib | ) |
Definition at line 1066 of file cib_utils.c.
void cib_metadata | ( | void | ) |
Definition at line 1105 of file cib_utils.c.
const char* cib_pref | ( | GHashTable * | options, |
const char * | name | ||
) |
Definition at line 1099 of file cib_utils.c.
const char* get_object_parent | ( | const char * | object_type | ) |
Definition at line 1087 of file cib_utils.c.
const char* get_object_path | ( | const char * | object_type | ) |
Definition at line 1081 of file cib_utils.c.
xmlNode* get_object_root | ( | const char * | object_type, |
xmlNode * | the_root | ||
) |
Definition at line 1093 of file cib_utils.c.
int query_node_uname | ( | cib_t * | the_cib, |
const char * | uuid, | ||
char ** | uname | ||
) |
Definition at line 674 of file cib_attrs.c.
int set_standby | ( | cib_t * | the_cib, |
const char * | uuid, | ||
const char * | scope, | ||
const char * | standby_value | ||
) |
Definition at line 718 of file cib_attrs.c.