From: Philip Homburg Date: Mon, 23 Apr 2007 13:36:38 +0000 (+0000) Subject: Added MF_ASYNMSG. X-Git-Tag: v3.1.4~420 X-Git-Url: http://zhaoyanbai.com/repos/dnssec-verify.html?a=commitdiff_plain;h=6554f3d3dc45e629520e03d2de5773b797f4b20a;p=minix.git Added MF_ASYNMSG. --- diff --git a/kernel/proc.h b/kernel/proc.h index 4ce8cc6a4..39ee9aecb 100755 --- a/kernel/proc.h +++ b/kernel/proc.h @@ -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