| 1105 | } |
| 1106 | |
| 1107 | static void runtime_service_interrupt_connections(cbm_daemon_runtime_service_t *service) { |
| 1108 | runtime_service_interrupt_connections_except(service, NULL, false); |
| 1109 | } |
| 1110 | |
| 1111 | static void runtime_worker_disconnect(cbm_daemon_runtime_worker_t *worker) { |
| 1112 | cbm_daemon_runtime_service_t *service = worker->service; |
no test coverage detected