If plugin stops itself, we end up here. */
| 127 | |
| 128 | /* If plugin stops itself, we end up here. */ |
| 129 | static void plugin_stopped(struct plugin *p, struct command *cmd) |
| 130 | { |
| 131 | plugin_stop(cmd, p, false); |
| 132 | } |
| 133 | |
| 134 | struct plugin_stop_timeout { |
| 135 | struct command *cmd; |
nothing calls this directly
no test coverage detected