From 213fd90e6c2544e7c9e1cd639e8583159e4d2be6 Mon Sep 17 00:00:00 2001 From: midipix Date: May 26 2018 13:49:47 +0000 Subject: struct _nt_socket: union members: remove unused ones, add .hasync & .hsection. --- 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;