| 226 | } |
| 227 | |
| 228 | static void host_cohort_close(cbm_version_cohort_lease_t **lease, |
| 229 | cbm_version_cohort_manager_t **manager) { |
| 230 | host_cleanup_release_until_complete(host_cohort_lease_release_once, lease, |
| 231 | "cohort_lease_cleanup"); |
| 232 | host_cleanup_release_until_complete(host_cohort_manager_free_once, manager, |
| 233 | "cohort_manager_cleanup"); |
| 234 | } |
| 235 | |
| 236 | static bool host_daemon_claim_release_once(void *context) { |
| 237 | cbm_version_cohort_daemon_claim_t **claim = context; |
no test coverage detected