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

Function complex_set_cmds

pengine/allocate.c:624–636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

622}
623
624static void
625complex_set_cmds(resource_t * rsc)
626{
627 GListPtr gIter = rsc->children;
628
629 rsc->cmds = &resource_class_alloc_functions[rsc->variant];
630
631 for (; gIter != NULL; gIter = gIter->next) {
632 resource_t *child_rsc = (resource_t *) gIter->data;
633
634 complex_set_cmds(child_rsc);
635 }
636}
637
638void
639set_alloc_actions(pe_working_set_t * data_set)

Callers 1

set_alloc_actionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected