From 31d4131598e9be5183e6c41fec16ef61d6a4a9c0 Mon Sep 17 00:00:00 2001 From: midipix Date: May 15 2016 20:15:11 +0000 Subject: nt_socket.h: added NT_AFD_POLL_CONNECT_FAIL. --- 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)