| 432 | } |
| 433 | |
| 434 | static void |
| 435 | update_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 | |
| 444 | static void |
| 445 | local_update_for_hash_entry(gpointer key, gpointer value, gpointer user_data) |
nothing calls this directly
no test coverage detected