| 317 | } |
| 318 | |
| 319 | static struct command_result *do_clean_after_sleep(struct command *timer_cmd, |
| 320 | struct clean_info *cinfo) |
| 321 | { |
| 322 | do_clean(cinfo); |
| 323 | return timer_complete(timer_cmd); |
| 324 | } |
| 325 | |
| 326 | static struct command_result *clean_finished_one(struct clean_info *cinfo) |
| 327 | { |
nothing calls this directly
no test coverage detected