Skip to content
Snippets Groups Projects
Commit d218bcb4 authored by Morris Jette's avatar Morris Jette
Browse files

Expand description of SIG_OOM value in comment

parent d23cf855
No related branches found
No related tags found
No related merge requests found
...@@ -910,7 +910,9 @@ typedef struct composite_msg { ...@@ -910,7 +910,9 @@ typedef struct composite_msg {
* the job epilog. */ * the job epilog. */
#define SIG_OOM 253 /* Dummy signal value for out of memory #define SIG_OOM 253 /* Dummy signal value for out of memory
* (OOM) notification */ * (OOM) notification. Exist status reported as
* 0:125 (0x80 is the signal flag and
* 253 - 128 = 125) */
#define SIG_UME 992 /* Dummy signal value for uncorrectable memory #define SIG_UME 992 /* Dummy signal value for uncorrectable memory
* error (UME) notification */ * error (UME) notification */
#define SIG_REQUEUED 993 /* Dummy signal value to job requeue */ #define SIG_REQUEUED 993 /* Dummy signal value to job requeue */
......
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