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