aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/daemon.c')
-rw-r--r--src/microhttpd/daemon.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index ec3f325a..185421c7 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -101,6 +101,7 @@
101static void 101static void
102close_all_connections (struct MHD_Daemon *daemon); 102close_all_connections (struct MHD_Daemon *daemon);
103 103
104#ifdef EPOLL_SUPPORT
104 105
105/** 106/**
106 * Do epoll()-based processing (this function is allowed to 107 * Do epoll()-based processing (this function is allowed to
@@ -114,6 +115,7 @@ static int
114MHD_epoll (struct MHD_Daemon *daemon, 115MHD_epoll (struct MHD_Daemon *daemon,
115 int may_block); 116 int may_block);
116 117
118#endif /* EPOLL_SUPPORT */
117 119
118/** 120/**
119 * Default implementation of the panic function, 121 * Default implementation of the panic function,