summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_process.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-09-10 18:18:18 +0000
committermidipix <writeonce@midipix.org>2017-09-10 23:08:00 -0400
commit72ef7534b06e26796b5f608773cf4fb9febab59b (patch)
tree0b6ed122d7cd3ab20bc80c73b36b229867b9bcaf /include/ntapi/nt_process.h
parent808b639bb894cd36381715e603e067a5725c1760 (diff)
downloadntapi-72ef7534b06e26796b5f608773cf4fb9febab59b.tar.bz2
ntapi-72ef7534b06e26796b5f608773cf4fb9febab59b.tar.xz
struct nt_runtime_data: added shared memory and tmpfs layer definitions.
Diffstat (limited to 'include/ntapi/nt_process.h')
-rw-r--r--include/ntapi/nt_process.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h
index 1a21e6b..bc4eb37 100644
--- a/include/ntapi/nt_process.h
+++ b/include/ntapi/nt_process.h
@@ -472,6 +472,10 @@ typedef struct _nt_runtime_data {
void * hmsqctldir;
void * hmsqkeydir;
void * hmsqpiddir;
+ void * hshmctlroot;
+ void * hshmctldir;
+ void * htmpfslroot;
+ void * htmpfsldir;
nt_guid abi;
nt_cid cid_self;
nt_cid cid_parent;