| 77 | } |
| 78 | |
| 79 | static const char *datastore_path(const tal_t *ctx, |
| 80 | enum subsystem subsystem, |
| 81 | const char *field) |
| 82 | { |
| 83 | return tal_fmt(ctx, "autoclean/%s/%s", |
| 84 | subsystem_to_str(subsystem), field); |
| 85 | } |
| 86 | |
| 87 | static struct command_result *clean_finished(struct clean_info *cinfo) |
| 88 | { |
no test coverage detected