| 872 | } |
| 873 | |
| 874 | gboolean |
| 875 | attrd_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 | |
| 882 | gboolean |
| 883 | attrd_trigger_update(attr_hash_entry_t * hash_entry) |
no test coverage detected