mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
fix build issue in absence of epoll
This commit is contained in:
@@ -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
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user