From edb08567093daae164f6d3955884117dee74fe98 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 4 Aug 2017 22:22:22 +0000 Subject: subsystem interfaces: added server-to-server synchronization interfaces. --- include/ntapi/nt_process.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/ntapi/nt_process.h') diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h index 96bc727..c284185 100644 --- a/include/ntapi/nt_process.h +++ b/include/ntapi/nt_process.h @@ -60,6 +60,8 @@ typedef enum _nt_process_opcode_idx { NT_PROCESS_OPCODE_IDX_EXECVE, NT_PROCESS_OPCODE_IDX_STOPPED, NT_PROCESS_OPCODE_IDX_CONTINUED, + NT_PROCESS_OPCODE_IDX_CLIENT, + NT_PROCESS_OPCODE_IDX_SERVER, } nt_process_opcode_idx; @@ -505,6 +507,10 @@ typedef struct _nt_runtime_data { int32_t ppid_type; int32_t ppid_subtype; uint32_t ppid_keys[6]; + nt_guid ipc_guid; + int32_t ipc_type; + int32_t ipc_subtype; + uint32_t ipc_keys[6]; nt_guid semctl_guid; int32_t semctl_type; int32_t semctl_subtype; -- cgit v1.2.3