summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_process.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-07-30 21:21:21 +0000
committermidipix <writeonce@midipix.org>2017-07-31 08:43:36 -0400
commit9faf9a067cfeaa786ac1784fb8bf4eece49922e9 (patch)
tree46950830693387fa1223c43445b1f1c022408c80 /include/ntapi/nt_process.h
parent029ed17d66b232d5e8bea0b3ab543ec8331e563d (diff)
downloadntapi-9faf9a067cfeaa786ac1784fb8bf4eece49922e9.tar.bz2
ntapi-9faf9a067cfeaa786ac1784fb8bf4eece49922e9.tar.xz
subsystem interfaces: integrated sysv semaphore client-side interfaces.
Diffstat (limited to 'include/ntapi/nt_process.h')
-rw-r--r--include/ntapi/nt_process.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h
index 1336d31..96bc727 100644
--- a/include/ntapi/nt_process.h
+++ b/include/ntapi/nt_process.h
@@ -460,6 +460,12 @@ typedef struct _nt_runtime_data {
void * hloader;
void * hcwd;
void * hdrive;
+ void * hsemctl;
+ void * hsempid;
+ void * hsemctldir;
+ void * hsemkeydir;
+ void * hsempiddir;
+ void * hreserved;
nt_guid abi;
nt_cid cid_self;
nt_cid cid_parent;
@@ -499,6 +505,10 @@ typedef struct _nt_runtime_data {
int32_t ppid_type;
int32_t ppid_subtype;
uint32_t ppid_keys[6];
+ nt_guid semctl_guid;
+ int32_t semctl_type;
+ int32_t semctl_subtype;
+ uint32_t semctl_keys[6];
int32_t stdin_type;
int32_t stdout_type;
int32_t stderr_type;