summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sys/debug.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sys/debug.h b/include/sys/debug.h
index fa285bf..45b215d 100644
--- a/include/sys/debug.h
+++ b/include/sys/debug.h
@@ -116,12 +116,12 @@ struct __dbg_event {
uint64_t evtkey;
uint64_t evtqpc;
- pid_t cpid;
- pid_t ctid;
-
pid_t syspid;
pid_t systid;
+ pid_t child_syspid;
+ pid_t child_systid;
+
mcontext_t * thread_context;
siginfo_t * thread_siginfo;