summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_process.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-10-29 21:21:46 +0000
committermidipix <writeonce@midipix.org>2017-10-29 21:36:10 -0400
commitdb66aa75f9dec49d9a9a236bf247cc7dbdd2e297 (patch)
tree5aa019aa129c27992af39a8aa05bd9f3fc955413 /include/ntapi/nt_process.h
parentec0b962a70d7ffe8606d2fa553c328aa43186a1d (diff)
downloadntapi-db66aa75f9dec49d9a9a236bf247cc7dbdd2e297.tar.bz2
ntapi-db66aa75f9dec49d9a9a236bf247cc7dbdd2e297.tar.xz
framework ipc: added shmkey definitions.
Diffstat (limited to 'include/ntapi/nt_process.h')
-rw-r--r--include/ntapi/nt_process.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h
index 1e2c630..2e4b12e 100644
--- a/include/ntapi/nt_process.h
+++ b/include/ntapi/nt_process.h
@@ -507,6 +507,8 @@ typedef struct _nt_runtime_data {
void * hmsqpiddir;
void * hshmctlroot;
void * hshmctldir;
+ void * hshmkeyroot;
+ void * hshmkeydir;
void * htmpfslroot;
void * htmpfsldir;
nt_cid cid_self;