| 1113 | } |
| 1114 | |
| 1115 | static void runtime_service_interrupt_connections(cbm_daemon_runtime_service_t *service) { |
| 1116 | runtime_service_interrupt_connections_except(service, NULL, false); |
| 1117 | } |
| 1118 | |
| 1119 | static void runtime_worker_disconnect(cbm_daemon_runtime_worker_t *worker) { |
| 1120 | cbm_daemon_runtime_service_t *service = worker->service; |
no test coverage detected