X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/2d21ac55c334faf3a56e5634905ed6987fc787d4..c910b4d9d2451126ae3917b931cd4390c11e1d52:/bsd/sys/proc_internal.h diff --git a/bsd/sys/proc_internal.h b/bsd/sys/proc_internal.h index 08f5fe12c..280e812b1 100644 --- a/bsd/sys/proc_internal.h +++ b/bsd/sys/proc_internal.h @@ -81,7 +81,9 @@ __BEGIN_DECLS #include __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];