| 1045 | } |
| 1046 | |
| 1047 | static void application_cancelled_result(cbm_index_worker_result_t *result) { |
| 1048 | memset(result, 0, sizeof(*result)); |
| 1049 | result->outcome = CBM_PROC_KILLED; |
| 1050 | result->exit_code = -1; |
| 1051 | result->cancellation_requested = true; |
| 1052 | result->tree_quiesced = true; |
| 1053 | } |
| 1054 | |
| 1055 | static application_attempt_status_t application_job_run_attempt(cbm_daemon_application_job_t *job, |
| 1056 | const char *marker_path, |
no outgoing calls
no test coverage detected