diff options
author | midipix <writeonce@midipix.org> | 2016-05-15 16:15:11 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-05-15 16:15:11 -0400 |
commit | 31d4131598e9be5183e6c41fec16ef61d6a4a9c0 (patch) | |
tree | a805a815b3c9df1673ad8532f6211802cbe97574 | |
parent | af4a59b88b4c26705fbf9f2ec85d9813787976fc (diff) | |
download | ntapi-31d4131598e9be5183e6c41fec16ef61d6a4a9c0.tar.bz2 ntapi-31d4131598e9be5183e6c41fec16ef61d6a4a9c0.tar.xz |
nt_socket.h: added NT_AFD_POLL_CONNECT_FAIL.
-rw-r--r-- | include/ntapi/nt_socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ntapi/nt_socket.h b/include/ntapi/nt_socket.h index 82cae16..68dce1a 100644 --- a/include/ntapi/nt_socket.h +++ b/include/ntapi/nt_socket.h @@ -198,6 +198,7 @@ #define NT_AFD_POLL_LOCAL_CLOSE (0x20u) #define NT_AFD_POLL_CONNECT (0x40u) #define NT_AFD_POLL_ACCEPT (0x80u) +#define NT_AFD_POLL_CONNECT_FAIL (0x100u) /* afd socket shutdown bits */ #define NT_AFD_DISCONNECT_WR (0x01u) |