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

Function dup_attr

pengine/allocate.c:1705–1709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1703}
1704
1705static void
1706dup_attr(gpointer key, gpointer value, gpointer user_data)
1707{
1708 add_hash_param(user_data, key, value);
1709}
1710
1711static action_t *
1712pe_notify(resource_t * rsc, node_t * node, action_t * op, action_t * confirm,

Callers

nothing calls this directly

Calls 1

add_hash_paramFunction · 0.85

Tested by

no test coverage detected