]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/proc_internal.h
xnu-1228.12.14.tar.gz
[apple/xnu.git] / bsd / sys / proc_internal.h
index 08f5fe12c80fa35dd2fe14028f032089ff9d1bd7..280e812b1e59b72c43aa08067955743ebd98ee2e 100644 (file)
@@ -81,7 +81,9 @@ __BEGIN_DECLS
 #include <kern/locks.h>
 __END_DECLS
 
+#if DEBUG
 #define        __PROC_INTERNAL_DEBUG 1
+#endif
 
 /* 
  * The short form for various locks that protect fields in the data structures.
@@ -327,6 +329,7 @@ struct      proc {
        struct  timeval p_start;                /* starting time */
        void *  p_rcall;
        int             p_ractive;
+       int     p_idversion;            /* version of process identity */
 #if DIAGNOSTIC
        unsigned int p_fdlock_pc[4];
        unsigned int p_fdunlock_pc[4];