summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_socket.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-09-17 06:06:06 +0000
committermidipix <writeonce@midipix.org>2017-09-17 08:53:30 -0400
commitd260ac911dc71ee177cdd60e07744f23dbff5ea0 (patch)
treef9f377609482aaed748fc2e40d04f583694153c5 /include/ntapi/nt_socket.h
parented1da24a11a6558dfa5b715e56e4273a0dfbc52e (diff)
downloadntapi-d260ac911dc71ee177cdd60e07744f23dbff5ea0.tar.bz2
ntapi-d260ac911dc71ee177cdd60e07744f23dbff5ea0.tar.xz
struct _nt_socket: added the hobject union member.
Diffstat (limited to 'include/ntapi/nt_socket.h')
-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 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;