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

Function stop_attrd_timer

tools/attrd.c:236–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236static void
237stop_attrd_timer(attr_hash_entry_t * hash_entry)
238{
239 if (hash_entry != NULL && hash_entry->timer_id != 0) {
240 crm_trace("Stopping %s timer", hash_entry->id);
241 g_source_remove(hash_entry->timer_id);
242 hash_entry->timer_id = 0;
243 }
244}
245
246static void
247log_hash_entry(int level, attr_hash_entry_t * entry, const char *text)

Callers 4

attrd_ha_callbackFunction · 0.85
attrd_ais_dispatchFunction · 0.85
attrd_local_callbackFunction · 0.85
attrd_timer_callbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected