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

Function set_alloc_actions

pengine/allocate.c:638–649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

636}
637
638void
639set_alloc_actions(pe_working_set_t * data_set)
640{
641
642 GListPtr gIter = data_set->resources;
643
644 for (; gIter != NULL; gIter = gIter->next) {
645 resource_t *rsc = (resource_t *) gIter->data;
646
647 complex_set_cmds(rsc);
648 }
649}
650
651static void
652calculate_system_health(gpointer gKey, gpointer gValue, gpointer user_data)

Callers 1

stage0Function · 0.85

Calls 1

complex_set_cmdsFunction · 0.85

Tested by

no test coverage detected