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.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index de8468b0..a30f87a9 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -558,7 +558,15 @@ enum MHD_OPTION
558 * the nonce counter. This option should be followed by a "unsigend int" 558 * the nonce counter. This option should be followed by a "unsigend int"
559 * argument. 559 * argument.
560 */ 560 */
561 MHD_OPTION_NONCE_NC_SIZE = 18 561 MHD_OPTION_NONCE_NC_SIZE = 18,
562
563 /**
564 * Desired size of the stack for threads created by MHD. Followed
565 * by an argument of type 'size_t'. Use 0 for system 'default'.
566 */
567 MHD_OPTION_THREAD_STACK_SIZE = 19
568
569
562}; 570};
563 571
564 572