summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_socket.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-05-15 16:15:11 -0400
committermidipix <writeonce@midipix.org>2016-05-15 16:15:11 -0400
commit31d4131598e9be5183e6c41fec16ef61d6a4a9c0 (patch)
treea805a815b3c9df1673ad8532f6211802cbe97574 /include/ntapi/nt_socket.h
parentaf4a59b88b4c26705fbf9f2ec85d9813787976fc (diff)
downloadntapi-31d4131598e9be5183e6c41fec16ef61d6a4a9c0.tar.bz2
ntapi-31d4131598e9be5183e6c41fec16ef61d6a4a9c0.tar.xz
nt_socket.h: added NT_AFD_POLL_CONNECT_FAIL.
Diffstat (limited to 'include/ntapi/nt_socket.h')
-rw-r--r--include/ntapi/nt_socket.h1
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)