#include <crm_internal.h>
#include <crm/msg_xml.h>
#include <crm/common/xml.h>
#include <crm/pengine/internal.h>
#include <glib.h>
Go to the source code of this file.
|
bool | pe__resource_is_remote_conn (const pe_resource_t *rsc, const pe_working_set_t *data_set) |
|
bool | pe__is_remote_node (const pe_node_t *node) |
|
bool | pe__is_guest_node (const pe_node_t *node) |
|
bool | pe__is_guest_or_remote_node (const pe_node_t *node) |
|
bool | pe__is_bundle_node (const pe_node_t *node) |
|
pe_resource_t * | pe__resource_contains_guest_node (const pe_working_set_t *data_set, const pe_resource_t *rsc) |
|
bool | xml_contains_remote_node (xmlNode *xml) |
|
void | pe_foreach_guest_node (const pe_working_set_t *data_set, const pe_node_t *host, void(*helper)(const pe_node_t *, void *), void *user_data) |
|
xmlNode * | pe_create_remote_xml (xmlNode *parent, const char *uname, const char *container_id, const char *migrateable, const char *is_managed, const char *start_timeout, const char *server, const char *port) |
|
void | pe__add_param_check (xmlNode *rsc_op, pe_resource_t *rsc, pe_node_t *node, enum pe_check_parameters flag, pe_working_set_t *data_set) |
|
void | pe__foreach_param_check (pe_working_set_t *data_set, void(*cb)(pe_resource_t *, pe_node_t *, xmlNode *, enum pe_check_parameters, pe_working_set_t *)) |
|
void | pe__free_param_checks (pe_working_set_t *data_set) |
|
bool pe__is_bundle_node |
( |
const pe_node_t * |
node | ) |
|
bool pe__is_guest_node |
( |
const pe_node_t * |
node | ) |
|
bool pe__is_guest_or_remote_node |
( |
const pe_node_t * |
node | ) |
|
bool pe__is_remote_node |
( |
const pe_node_t * |
node | ) |
|
xmlNode* pe_create_remote_xml |
( |
xmlNode * |
parent, |
|
|
const char * |
uname, |
|
|
const char * |
container_id, |
|
|
const char * |
migrateable, |
|
|
const char * |
is_managed, |
|
|
const char * |
start_timeout, |
|
|
const char * |
server, |
|
|
const char * |
port |
|
) |
| |
bool xml_contains_remote_node |
( |
xmlNode * |
xml | ) |
|