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

Function Recurring

pengine/native.c:767–780  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

765}
766
767void
768Recurring(resource_t * rsc, action_t * start, node_t * node, pe_working_set_t * data_set)
769{
770 if (is_not_set(data_set->flags, pe_flag_maintenance_mode)) {
771 xmlNode *operation = NULL;
772
773 for (operation = __xml_first_child(rsc->ops_xml); operation != NULL;
774 operation = __xml_next(operation)) {
775 if (crm_str_eq((const char *)operation->name, "op", TRUE)) {
776 RecurringOp(rsc, start, node, operation, data_set);
777 }
778 }
779 }
780}
781
782void
783RecurringOp_Stopped(resource_t * rsc, action_t * start, node_t * node,

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
RecurringOpFunction · 0.85

Tested by

no test coverage detected