Needs a different signature than do_clean */
| 697 | |
| 698 | /* Needs a different signature than do_clean */ |
| 699 | static struct command_result *do_clean_timer(struct command *cmd, void *unused) |
| 700 | { |
| 701 | assert(timer_cinfo->cleanup_reqs_remaining == 0); |
| 702 | cleantimer = NULL; |
| 703 | timer_cinfo->cmd = cmd; |
| 704 | return start_clean(timer_cinfo); |
| 705 | } |
| 706 | |
| 707 | static struct command_result *param_subsystem(struct command *cmd, |
| 708 | const char *name, |
nothing calls this directly
no test coverage detected