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

Function stage4

pengine/allocate.c:962–967  ·  view source on GitHub ↗

* Check for orphaned or redefined actions */

Source from the content-addressed store, hash-verified

960 * Check for orphaned or redefined actions
961 */
962gboolean
963stage4(pe_working_set_t * data_set)
964{
965 check_actions(data_set);
966 return TRUE;
967}
968
969static gint
970sort_rsc_process_order(gconstpointer a, gconstpointer b, gpointer data)

Callers 1

do_calculationsFunction · 0.85

Calls 1

check_actionsFunction · 0.85

Tested by

no test coverage detected