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

Function master_merge_weights

pengine/master.c:267–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267GHashTable *
268master_merge_weights(resource_t * rsc, const char *rhs, GHashTable * nodes, const char *attr,
269 float factor, enum pe_weights flags)
270{
271 return rsc_merge_weights(rsc, rhs, nodes, attr, factor, flags);
272}
273
274static void
275master_promotion_order(resource_t * rsc, pe_working_set_t * data_set)

Callers

nothing calls this directly

Calls 1

rsc_merge_weightsFunction · 0.85

Tested by

no test coverage detected