| 257 | } |
| 258 | |
| 259 | static void host_participant_guard_close(cbm_daemon_ipc_participant_guard_t **guard) { |
| 260 | host_cleanup_release_until_complete(host_participant_guard_release_once, guard, |
| 261 | "participant_guard_cleanup"); |
| 262 | } |
| 263 | |
| 264 | static int host_lifetime_reservation_acquire( |
| 265 | const cbm_daemon_ipc_endpoint_t *endpoint, |
no test coverage detected