Skip to content
Snippets Groups Projects
Commit 3820b1fc authored by Moe Jette's avatar Moe Jette
Browse files

Update comment.

parent 86690692
No related branches found
No related tags found
No related merge requests found
...@@ -150,7 +150,7 @@ enum job_states { ...@@ -150,7 +150,7 @@ enum job_states {
JOB_FAILED, /* completed execution unsuccessfully */ JOB_FAILED, /* completed execution unsuccessfully */
JOB_TIMEOUT, /* terminated on reaching time limit */ JOB_TIMEOUT, /* terminated on reaching time limit */
JOB_NODE_FAIL, /* terminated on node failure */ JOB_NODE_FAIL, /* terminated on node failure */
JOB_END /* last entry in table */ JOB_END /* not a real state, last entry in table */
}; };
#define JOB_COMPLETING (0x8000) #define JOB_COMPLETING (0x8000)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment