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

Clarify NODE_STATE_DOWN meaning.

parent 2416ff6d
No related branches found
No related tags found
No related merge requests found
......@@ -212,7 +212,7 @@ enum task_dist_states {
* when jobs are in the process of terminating. */
enum node_states {
NODE_STATE_UNKNOWN, /* node's initial state, unknown */
NODE_STATE_DOWN, /* node is not responding */
NODE_STATE_DOWN, /* node in non-usable state */
NODE_STATE_IDLE, /* node idle and available for use */
NODE_STATE_ALLOCATED, /* node has been allocated to a job */
NODE_STATE_END /* last entry in table */
......
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