diff options
author | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2017-09-08 17:13:13 +0300 |
---|---|---|
committer | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2017-09-08 17:13:13 +0300 |
commit | 5f7ba548f17be92561c4cdc17d32f0d308cd4e47 (patch) | |
tree | c9f2cfb570ab6bb8375752505998453320c23a14 | |
parent | 88faa63f22d9297d7d2f249ee9a642a64a5b48c7 (diff) | |
download | libmicrohttpd-5f7ba548f17be92561c4cdc17d32f0d308cd4e47.tar.gz libmicrohttpd-5f7ba548f17be92561c4cdc17d32f0d308cd4e47.zip |
Additional clarification about MHD_get_timeout().
-rw-r--r-- | src/include/microhttpd.h | 2 |
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, |