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

Function log_hash_entry

tools/attrd.c:246–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246static void
247log_hash_entry(int level, attr_hash_entry_t * entry, const char *text)
248{
249 do_crm_log(level, "%s: Set: %s, Name: %s, Value: %s, Timeout: %s",
250 text, entry->section, entry->id, entry->value, entry->dampen);
251}
252
253static attr_hash_entry_t *
254find_hash_entry(xmlNode * msg)

Callers 2

find_hash_entryFunction · 0.85
attrd_trigger_updateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected