diff options
author | midipix <writeonce@midipix.org> | 2018-05-26 09:49:47 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-05-26 09:49:47 -0400 |
commit | 213fd90e6c2544e7c9e1cd639e8583159e4d2be6 (patch) | |
tree | 4b7a41e558f24ddc5ba4a2492675413c62cbb707 | |
parent | 543bf711a91ce96b52b62fc9c0a280a563be903c (diff) | |
download | ntapi-213fd90e6c2544e7c9e1cd639e8583159e4d2be6.tar.bz2 ntapi-213fd90e6c2544e7c9e1cd639e8583159e4d2be6.tar.xz |
struct _nt_socket: union members: remove unused ones, add .hasync & .hsection.
-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; |