From 3986dfdd1a3ff58f80ca8f6e8607903857536c4a Mon Sep 17 00:00:00 2001 From: midipix Date: Aug 27 2024 01:28:56 +0000 Subject: struct _nt_runtime_data: added members for unix socket ctl and _nt_sid ipc. --- 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;