diff options
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r-- | src/microhttpd/internal.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h index fa66d265..8f7192e7 100644 --- a/src/microhttpd/internal.h +++ b/src/microhttpd/internal.h | |||
@@ -1461,6 +1461,12 @@ struct MHD_Daemon | |||
1461 | size_t thread_stack_size; | 1461 | size_t thread_stack_size; |
1462 | 1462 | ||
1463 | /** | 1463 | /** |
1464 | * Our #MHD_OPTION_SERVER_INSANITY level, bits indicating | ||
1465 | * which sanity checks are off. | ||
1466 | */ | ||
1467 | enum MHD_DisableSanityCheck insanity_level; | ||
1468 | |||
1469 | /** | ||
1464 | * Number of worker daemons | 1470 | * Number of worker daemons |
1465 | */ | 1471 | */ |
1466 | unsigned int worker_pool_size; | 1472 | unsigned int worker_pool_size; |