summaryrefslogtreecommitdiff
path: root/bin/systrace/intercept.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/systrace/intercept.h')
-rw-r--r--bin/systrace/intercept.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/systrace/intercept.h b/bin/systrace/intercept.h
index cbcd21b2eff..fdc7649eac0 100644
--- a/bin/systrace/intercept.h
+++ b/bin/systrace/intercept.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: intercept.h,v 1.10 2002/08/01 20:16:45 provos Exp $ */
+/* $OpenBSD: intercept.h,v 1.11 2002/08/04 04:15:50 provos Exp $ */
/*
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
* All rights reserved.
@@ -75,6 +75,7 @@ struct intercept_system {
struct intercept_pid {
SPLAY_ENTRY(intercept_pid) next;
pid_t pid;
+ pid_t ppid; /* parent pid */
short policynr;
int execve_code;