| 100 | } |
| 101 | |
| 102 | static void signal_handler(int sig) { |
| 103 | (void)sig; |
| 104 | request_shutdown(); |
| 105 | } |
| 106 | |
| 107 | /* ── Parent-process watchdog ────────────────────────────────────── */ |
| 108 | /* parent-death watchdog — distilled from #407 (fixes #406, thanks @nvt-pankajsharma). |
nothing calls this directly
no test coverage detected