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

Function attrd_timer_callback

tools/attrd.c:874–880  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

872}
873
874gboolean
875attrd_timer_callback(void *user_data)
876{
877 stop_attrd_timer(user_data);
878 attrd_trigger_update(user_data);
879 return TRUE; /* Always return true, removed cleanly by stop_attrd_timer() */
880}
881
882gboolean
883attrd_trigger_update(attr_hash_entry_t * hash_entry)

Callers 1

update_for_hash_entryFunction · 0.85

Calls 2

stop_attrd_timerFunction · 0.85
attrd_trigger_updateFunction · 0.85

Tested by

no test coverage detected