From 9faf9a067cfeaa786ac1784fb8bf4eece49922e9 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 30 Jul 2017 21:21:21 +0000 Subject: subsystem interfaces: integrated sysv semaphore client-side interfaces. --- include/ntapi/nt_process.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'include/ntapi/nt_process.h') 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; -- cgit v1.2.3