]> Zhao Yanbai Git Server - minix.git/commitdiff
Added MF_ASYNMSG.
authorPhilip Homburg <philip@cs.vu.nl>
Mon, 23 Apr 2007 13:36:38 +0000 (13:36 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Mon, 23 Apr 2007 13:36:38 +0000 (13:36 +0000)
kernel/proc.h

index 4ce8cc6a40921d1dc55debb8256b8b92cc355ece..39ee9aecbc01d4aec8f4fea1c4eee7fec57d7306 100755 (executable)
@@ -107,6 +107,7 @@ struct proc {
 /* Misc flags */
 #define REPLY_PENDING  0x01    /* reply to IPC_REQUEST is pending */
 #define MF_VM          0x08    /* process uses VM */
+#define MF_ASYNMSG     0x10    /* Asynchrous message pending */
 
 /* Scheduling priorities for p_priority. Values must start at zero (highest
  * priority) and increment.  Priorities of the processes in the boot image