aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 3f47e2f0..39b34500 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -1819,6 +1819,8 @@ enum MHD_DaemonInfoType
1819 /** 1819 /**
1820 * Request the file descriptor for the external epoll. 1820 * Request the file descriptor for the external epoll.
1821 * No extra arguments should be passed. 1821 * No extra arguments should be passed.
1822 * Waiting on epoll FD must not block longer than value
1823 * returned by #MHD_get_timeout().
1822 */ 1824 */
1823 MHD_DAEMON_INFO_EPOLL_FD_LINUX_ONLY, 1825 MHD_DAEMON_INFO_EPOLL_FD_LINUX_ONLY,
1824 MHD_DAEMON_INFO_EPOLL_FD = MHD_DAEMON_INFO_EPOLL_FD_LINUX_ONLY, 1826 MHD_DAEMON_INFO_EPOLL_FD = MHD_DAEMON_INFO_EPOLL_FD_LINUX_ONLY,