summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-10-30 03:23:57 +0000
committermidipix <writeonce@midipix.org>2019-10-30 03:23:57 +0000
commit53dead0b95ba66ffdc3a97b54539e71b7ab0fbad (patch)
treef57ab740bd28b30956838dd48dbfb069a05370fc
parent7b600dd38badd884de5e265b820831cb789ce0fe (diff)
downloadmmglue-53dead0b95ba66ffdc3a97b54539e71b7ab0fbad.tar.bz2
mmglue-53dead0b95ba66ffdc3a97b54539e71b7ab0fbad.tar.xz
struct __dbg_event: added bridge-process related members.
-rw-r--r--include/sys/debug.h3
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;