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

Function update_for_hash_entry

tools/attrd.c:434–442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432}
433
434static void
435update_for_hash_entry(gpointer key, gpointer value, gpointer user_data)
436{
437 attr_hash_entry_t *entry = value;
438
439 if (entry->value != NULL) {
440 attrd_timer_callback(value);
441 }
442}
443
444static void
445local_update_for_hash_entry(gpointer key, gpointer value, gpointer user_data)

Callers

nothing calls this directly

Calls 1

attrd_timer_callbackFunction · 0.85

Tested by

no test coverage detected