From 72ef7534b06e26796b5f608773cf4fb9febab59b Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 10 Sep 2017 18:18:18 +0000 Subject: struct nt_runtime_data: added shared memory and tmpfs layer definitions. --- include/ntapi/nt_process.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/ntapi/nt_process.h') 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; -- cgit v1.2.3