diff options
author | midipix <writeonce@midipix.org> | 2019-10-15 10:30:16 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-10-15 10:30:16 +0000 |
commit | f5c641c4803b4903093d43f7cdc7772a050c86e5 (patch) | |
tree | 58bfc2dff12452ef994991f3e835b44a112ddae1 /include | |
parent | 7d4b78ca2951157e6195ea706e3aaa147069c29a (diff) | |
download | mmglue-f5c641c4803b4903093d43f7cdc7772a050c86e5.tar.bz2 mmglue-f5c641c4803b4903093d43f7cdc7772a050c86e5.tar.xz |
struct __dbg_event: rename child-process related members for clarity.
Diffstat (limited to 'include')
-rw-r--r-- | include/sys/debug.h | 6 |
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; |