summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-08-08 22:24:03 +0000
committermidipix <writeonce@midipix.org>2019-08-08 22:24:03 +0000
commitb1526937b080f76c4e12978240eb1d325e51c52f (patch)
tree1f22369213ca22c6e53487496d478c0bb708bab9 /include
parent7740eaccdddb94070a69b45cbd7b37d68940b393 (diff)
downloadntapi-b1526937b080f76c4e12978240eb1d325e51c52f.tar.bz2
ntapi-b1526937b080f76c4e12978240eb1d325e51c52f.tar.xz
struct _nt_socket: additional context handle union: added .hkey.
Diffstat (limited to 'include')
-rw-r--r--include/ntapi/nt_socket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ntapi/nt_socket.h b/include/ntapi/nt_socket.h
index b0448b7..aca18ba 100644
--- a/include/ntapi/nt_socket.h
+++ b/include/ntapi/nt_socket.h
@@ -399,6 +399,7 @@ typedef struct _nt_socket {
uint32_t vfdpid;
};
+ void * hkey;
void * hpair;
void * hasync;
void * hobject;