| 198 | } |
| 199 | |
| 200 | static void callback_batch_init_locked(cbm_daemon_coordinator_t *coordinator, |
| 201 | cbm_daemon_callback_batch_t *batch) { |
| 202 | memset(batch, 0, sizeof(*batch)); |
| 203 | batch->cancel_job = coordinator->hooks.cancel_job; |
| 204 | batch->release_watch = coordinator->hooks.release_watch; |
| 205 | batch->context = coordinator->hooks.context; |
| 206 | } |
| 207 | |
| 208 | static void request_job_cancel_locked(cbm_daemon_coordinator_t *coordinator, cbm_daemon_job_t *job, |
| 209 | cbm_daemon_callback_batch_t *batch) { |
no outgoing calls
no test coverage detected