From 171257d7658617f16659668c93d5577dc08f7299 Mon Sep 17 00:00:00 2001
From: midipix <writeonce@midipix.org>
Date: Wed, 14 Aug 2024 19:04:58 +0000
Subject: struct _nt_socket: added the .hipc member to the handle union.

---
 include/ntapi/nt_socket.h | 1 +
 1 file changed, 1 insertion(+)

(limited to 'include')

diff --git a/include/ntapi/nt_socket.h b/include/ntapi/nt_socket.h
index 4ec8582..3ca74e9 100644
--- a/include/ntapi/nt_socket.h
+++ b/include/ntapi/nt_socket.h
@@ -430,6 +430,7 @@ typedef struct _nt_socket {
 			uint32_t	vfdpid;
 		};
 
+		void *	hipc;
 		void *	hkey;
 		void *	hpair;
 		void *	hasync;
-- 
cgit v1.2.3