]> Zhao Yanbai Git Server - minix.git/commitdiff
Use endpoint_t
authorBen Gras <ben@minix3.org>
Tue, 20 Jun 2006 10:04:33 +0000 (10:04 +0000)
committerBen Gras <ben@minix3.org>
Tue, 20 Jun 2006 10:04:33 +0000 (10:04 +0000)
servers/pm/mproc.h

index c99dd33cfbe4feafbc7d84e818a20499371953bb..500c60a26517e1d0398bba17356b138181a88382 100644 (file)
@@ -11,7 +11,7 @@ EXTERN struct mproc {
   char mp_exitstatus;          /* storage for status when process exits */
   char mp_sigstatus;           /* storage for signal # for killed procs */
   pid_t mp_pid;                        /* process id */
-  int mp_endpoint;             /* kernel endpoint id */
+  endpoint_t mp_endpoint;      /* kernel endpoint id */
   pid_t mp_procgrp;            /* pid of process group (used for signals) */
   pid_t mp_wpid;               /* pid this process is waiting for */
   int mp_parent;               /* index of parent process */