From d260ac911dc71ee177cdd60e07744f23dbff5ea0 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 17 Sep 2017 06:06:06 +0000 Subject: struct _nt_socket: added the hobject union member. --- include/ntapi/nt_socket.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/ntapi/nt_socket.h') diff --git a/include/ntapi/nt_socket.h b/include/ntapi/nt_socket.h index 6491786..c5aa7a3 100644 --- a/include/ntapi/nt_socket.h +++ b/include/ntapi/nt_socket.h @@ -313,6 +313,7 @@ typedef struct _nt_socket { void * vfd; void * vmount; void * hpair; + void * hobject; void * dirctx; }; } nt_socket; -- cgit v1.2.3