Skip to content

Commit

Permalink
fixup! Remove ununsed job states
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Aug 17, 2017
1 parent 95218ec commit 0c83060
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mxq_job.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ char *mxq_job_status_to_name(uint64_t status)
return "loaded";
case MXQ_JOB_STATUS_RUNNING:
return "running";
case MXQ_JOB_STATUS_KILLED:
return "killed";
case MXQ_JOB_STATUS_FAILED:
return "failed";
case MXQ_JOB_STATUS_CANCELLED:
Expand Down

0 comments on commit 0c83060

Please sign in to comment.