| 181 | #endif |
| 182 | |
| 183 | static cbm_daemon_hello_status_t version_test_compare(const cbm_daemon_build_identity_t *active, |
| 184 | const cbm_daemon_build_identity_t *requested, |
| 185 | cbm_daemon_conflict_t *conflict) { |
| 186 | memset(conflict, 0, sizeof(*conflict)); |
| 187 | return cbm_daemon_hello_compare(active, requested, conflict); |
| 188 | } |
| 189 | |
| 190 | static bool version_test_conflict_identity_matches(const cbm_daemon_conflict_t *conflict, |
| 191 | const char *active_version, |
no test coverage detected