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;