summaryrefslogtreecommitdiff
path: root/sys/sys/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/proc.h')
-rw-r--r--sys/sys/proc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h
index 270b235a7f67..c34d4362d661 100644
--- a/sys/sys/proc.h
+++ b/sys/sys/proc.h
@@ -553,7 +553,8 @@ struct proc {
int p_profthreads; /* (c) Num threads in addupc_task */
int p_maxthrwaits; /* (c) Max threads num waiters */
int p_traceflag; /* (o) Kernel trace points. */
- struct vnode *p_tracep; /* (c + o) Trace to vnode. */
+ struct vnode *p_tracevp; /* (c + o) Trace to vnode. */
+ struct ucred *p_tracecred; /* (o) Credentials to trace with. */
sigset_t p_siglist; /* (c) Sigs arrived, not delivered. */
struct vnode *p_textvp; /* (b) Vnode of executable. */
char p_lock; /* (c) Proclock (prevent swap) count. */