summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-08-27 01:28:56 +0000
committermidipix <writeonce@midipix.org>2024-08-27 01:28:56 +0000
commit3986dfdd1a3ff58f80ca8f6e8607903857536c4a (patch)
tree66054a2b8280fffae0590234e02954e91a8987b9 /include
parente9d8b3c3a5291b58fc026c40eadd9e42e45e1cc5 (diff)
downloadntapi-3986dfdd1a3ff58f80ca8f6e8607903857536c4a.tar.bz2
ntapi-3986dfdd1a3ff58f80ca8f6e8607903857536c4a.tar.xz
struct _nt_runtime_data: added members for unix socket ctl and _nt_sid ipc.
Diffstat (limited to 'include')
-rw-r--r--include/ntapi/nt_process.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h
index 0f7af19..5abec1a 100644
--- a/include/ntapi/nt_process.h
+++ b/include/ntapi/nt_process.h
@@ -563,6 +563,18 @@ typedef struct _nt_runtime_data {
void * hafldevdir;
void * haflpiddir;
+ void * hsocctl;
+ void * hsocpid;
+ void * hsocctldir;
+ void * hsocdevdir;
+ void * hsocpiddir;
+
+ void * hsidctl;
+ void * hsidpid;
+ void * hsidctldir;
+ void * hsiddevdir;
+ void * hsidpiddir;
+
void * hshmctlroot;
void * hshmctldir;
void * hshmkeyroot;