Go to the source code of this file.
|
pcmk__colocation_t * | invert_constraint (pcmk__colocation_t *constraint) |
|
pe__location_t * | copy_constraint (pe__location_t *constraint) |
|
GList * | pcmk__copy_node_list (const GList *list, bool reset) |
|
pe_resource_t * | find_compatible_child (pe_resource_t *local_child, pe_resource_t *rsc, enum rsc_role_e filter, gboolean current, pe_working_set_t *data_set) |
|
pe_resource_t * | find_compatible_child_by_node (pe_resource_t *local_child, pe_node_t *local_node, pe_resource_t *rsc, enum rsc_role_e filter, gboolean current) |
|
gboolean | is_child_compatible (pe_resource_t *child_rsc, pe_node_t *local_node, enum rsc_role_e filter, gboolean current) |
|
enum pe_action_flags | summary_action_flags (pe_action_t *action, GList *children, pe_node_t *node) |
|
enum action_tasks | clone_child_action (pe_action_t *action) |
|
int | copies_per_node (pe_resource_t *rsc) |
|
xmlNode * | pcmk__create_history_xml (xmlNode *parent, lrmd_event_data_t *event, const char *caller_version, int target_rc, const char *node, const char *origin) |
|
◆ LOAD_STOPPED
#define LOAD_STOPPED "load_stopped" |
◆ clone_child_action()
◆ copies_per_node()
◆ copy_constraint()
◆ find_compatible_child()
◆ find_compatible_child_by_node()
◆ invert_constraint()
◆ is_child_compatible()
◆ pcmk__copy_node_list()
GList* pcmk__copy_node_list |
( |
const GList * |
list, |
|
|
bool |
reset |
|
) |
| |
◆ pcmk__create_history_xml()
xmlNode* pcmk__create_history_xml |
( |
xmlNode * |
parent, |
|
|
lrmd_event_data_t * |
event, |
|
|
const char * |
caller_version, |
|
|
int |
target_rc, |
|
|
const char * |
node, |
|
|
const char * |
origin |
|
) |
| |
◆ summary_action_flags()