diff options
author | midipix <writeonce@midipix.org> | 2019-06-23 07:46:19 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-06-23 14:41:25 +0000 |
commit | c75b7ea145a4872fa1e356a1ed32f6a8166791b8 (patch) | |
tree | 96794d16cfd44d299fd88f9b159f93e254702432 /include | |
parent | c3620f09af71ae4b874ede83121d1f4bb849abd2 (diff) | |
download | ntapi-c75b7ea145a4872fa1e356a1ed32f6a8166791b8.tar.bz2 ntapi-c75b7ea145a4872fa1e356a1ed32f6a8166791b8.tar.xz |
struct _nt_runtime_data: added .host_name.
Diffstat (limited to 'include')
-rw-r--r-- | include/ntapi/nt_process.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h index 150f881..f1d3fd2 100644 --- a/include/ntapi/nt_process.h +++ b/include/ntapi/nt_process.h @@ -694,6 +694,8 @@ typedef struct _nt_runtime_data { uint32_t strace_dbg[16]; uint32_t strace_os [32]; + char host_name [64]; + int32_t opcode[NT_RUNTIME_DATA_SYNC_OPCODES]; void * uptr [NT_RUNTIME_DATA_USER_PTRS]; void * uclose[NT_RUNTIME_DATA_USER_PTRS]; |