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

Function clone_merge_weights

pengine/clone.c:1559–1564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1557}
1558
1559GHashTable *
1560clone_merge_weights(resource_t * rsc, const char *rhs, GHashTable * nodes, const char *attr,
1561 float factor, enum pe_weights flags)
1562{
1563 return rsc_merge_weights(rsc, rhs, nodes, attr, factor, flags);
1564}

Callers

nothing calls this directly

Calls 1

rsc_merge_weightsFunction · 0.85

Tested by

no test coverage detected