summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-05-26 09:49:47 -0400
committermidipix <writeonce@midipix.org>2018-05-26 09:49:47 -0400
commit213fd90e6c2544e7c9e1cd639e8583159e4d2be6 (patch)
tree4b7a41e558f24ddc5ba4a2492675413c62cbb707 /include
parent543bf711a91ce96b52b62fc9c0a280a563be903c (diff)
downloadntapi-213fd90e6c2544e7c9e1cd639e8583159e4d2be6.tar.bz2
ntapi-213fd90e6c2544e7c9e1cd639e8583159e4d2be6.tar.xz
struct _nt_socket: union members: remove unused ones, add .hasync & .hsection.
Diffstat (limited to 'include')
-rw-r--r--include/ntapi/nt_socket.h4
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;