aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-01-05 12:36:47 +0000
committerChristian Grothoff <christian@grothoff.org>2016-01-05 12:36:47 +0000
commitf0b2df09127d9225f72839432a6276cf6c4cb4f0 (patch)
tree34ea7f21de0cdb2298bf853a88279d4a04d928e7
parentd748e61fc075d4d99e2c27f68f32f24c9cedaf3b (diff)
downloadlibmicrohttpd-f0b2df09127d9225f72839432a6276cf6c4cb4f0.tar.gz
libmicrohttpd-f0b2df09127d9225f72839432a6276cf6c4cb4f0.zip
-dox
-rw-r--r--src/include/microhttpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 6122cef4..17d8c85c 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -602,7 +602,7 @@ enum MHD_FLAG
602 * Use `epoll()` instead of `select()` or `poll()` for the event loop. 602 * Use `epoll()` instead of `select()` or `poll()` for the event loop.
603 * This option is only available on Linux; using the option on 603 * This option is only available on Linux; using the option on
604 * non-Linux systems will cause #MHD_start_daemon to fail. Using 604 * non-Linux systems will cause #MHD_start_daemon to fail. Using
605 * this option is not supported with MHD_USE_THREAD_PER_CONNECTION. 605 * this option is not supported with #MHD_USE_THREAD_PER_CONNECTION.
606 */ 606 */
607 MHD_USE_EPOLL_LINUX_ONLY = 512, 607 MHD_USE_EPOLL_LINUX_ONLY = 512,
608 608