diff options
-rw-r--r-- | include/sys/debug.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sys/debug.h b/include/sys/debug.h index 45b215d..0a4cc7e 100644 --- a/include/sys/debug.h +++ b/include/sys/debug.h @@ -122,6 +122,9 @@ struct __dbg_event { pid_t child_syspid; pid_t child_systid; + pid_t bridge_syspid; + pid_t bridge_systid; + mcontext_t * thread_context; siginfo_t * thread_siginfo; |