diff options
-rw-r--r-- | include/ntapi/nt_socket.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ntapi/nt_socket.h b/include/ntapi/nt_socket.h index c5aa7a3..65f7483 100644 --- a/include/ntapi/nt_socket.h +++ b/include/ntapi/nt_socket.h @@ -310,10 +310,10 @@ typedef struct _nt_socket { uint32_t protocol; }; - void * vfd; - void * vmount; void * hpair; + void * hasync; void * hobject; + void * hsection; void * dirctx; }; } nt_socket; |