| 3188 | } |
| 3189 | |
| 3190 | bool cbm_daemon_runtime_client_close(cbm_daemon_runtime_client_t *client, uint32_t timeout_ms) { |
| 3191 | if (!cbm_daemon_runtime_client_close_begin(client)) { |
| 3192 | return false; |
| 3193 | } |
| 3194 | return cbm_daemon_runtime_client_close_finish(client, timeout_ms); |
| 3195 | } |