fix build issue in absence of epoll

This commit is contained in:
Christian Grothoff
2018-03-04 12:56:10 +01:00
parent a7b255811e
commit e3ff894618
+2
View File
@@ -836,10 +836,12 @@ struct UpgradeEpollHandle
*/
MHD_socket socket;
#ifdef EPOLL_SUPPORT
/**
* IO-state of the @e socket (or the connection's `socket_fd`).
*/
enum MHD_EpollState celi;
#endif
};