patch-2.4.14 linux/include/linux/sched.h
Next file: linux/include/linux/skbuff.h
Previous file: linux/include/linux/reiserfs_fs.h
Back to the patch index
Back to the overall index
-  Lines: 8
-  Date:
Mon Nov  5 12:42:14 2001
-  Orig file: 
v2.4.13/linux/include/linux/sched.h
-  Orig date: 
Thu Oct 18 13:47:38 2001
diff -u --recursive --new-file v2.4.13/linux/include/linux/sched.h linux/include/linux/sched.h
@@ -413,6 +413,7 @@
 #define PF_DUMPCORE	0x00000200	/* dumped core */
 #define PF_SIGNALED	0x00000400	/* killed by a signal */
 #define PF_MEMALLOC	0x00000800	/* Allocating memory */
+#define PF_MEMDIE	0x00001000	/* Killed for out-of-memory */
 #define PF_FREE_PAGES	0x00002000	/* per process page freeing */
 
 #define PF_USEDFPU	0x00100000	/* task used FPU this quantum (SMP) */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)