MCPcopy Create free account
hub / github.com/ClusterLabs/pacemaker / Recurring_Stopped

Function Recurring_Stopped

pengine/native.c:994–1007  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

992}
993
994void
995Recurring_Stopped(resource_t * rsc, action_t * start, node_t * node, pe_working_set_t * data_set)
996{
997 if (is_not_set(data_set->flags, pe_flag_maintenance_mode)) {
998 xmlNode *operation = NULL;
999
1000 for (operation = __xml_first_child(rsc->ops_xml); operation != NULL;
1001 operation = __xml_next(operation)) {
1002 if (crm_str_eq((const char *)operation->name, "op", TRUE)) {
1003 RecurringOp_Stopped(rsc, start, node, operation, data_set);
1004 }
1005 }
1006 }
1007}
1008
1009void
1010native_create_actions(resource_t * rsc, pe_working_set_t * data_set)

Callers 1

native_create_actionsFunction · 0.85

Calls 5

is_not_setFunction · 0.85
__xml_first_childFunction · 0.85
__xml_nextFunction · 0.85
crm_str_eqFunction · 0.85
RecurringOp_StoppedFunction · 0.85

Tested by

no test coverage detected