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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 7eccccf2..61d1edef 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -1340,10 +1340,10 @@ enum MHD_OPTION
1340 /** 1340 /**
1341 * Number (`unsigned int`) of threads in thread pool. Enable 1341 * Number (`unsigned int`) of threads in thread pool. Enable
1342 * thread pooling by setting this value to to something 1342 * thread pooling by setting this value to to something
1343 * greater than 1. Currently, thread model must be 1343 * greater than 1. Currently, thread mode must be
1344 * #MHD_USE_INTERNAL_POLLING_THREAD if thread pooling is enabled 1344 * #MHD_USE_INTERNAL_POLLING_THREAD if thread pooling is enabled
1345 * (#MHD_start_daemon returns NULL for an unsupported thread 1345 * (#MHD_start_daemon returns NULL for an unsupported thread
1346 * model). 1346 * mode).
1347 */ 1347 */
1348 MHD_OPTION_THREAD_POOL_SIZE = 14, 1348 MHD_OPTION_THREAD_POOL_SIZE = 14,
1349 1349