aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 211eed9f..ad16535e 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -1463,12 +1463,6 @@ struct MHD_Daemon
1463 size_t thread_stack_size; 1463 size_t thread_stack_size;
1464 1464
1465 /** 1465 /**
1466 * Our #MHD_OPTION_SERVER_INSANITY level, bits indicating
1467 * which sanity checks are off.
1468 */
1469 enum MHD_DisableSanityCheck insanity_level;
1470
1471 /**
1472 * Number of worker daemons 1466 * Number of worker daemons
1473 */ 1467 */
1474 unsigned int worker_pool_size; 1468 unsigned int worker_pool_size;
@@ -1491,6 +1485,12 @@ struct MHD_Daemon
1491#endif 1485#endif
1492 1486
1493 /** 1487 /**
1488 * Our #MHD_OPTION_SERVER_INSANITY level, bits indicating
1489 * which sanity checks are off.
1490 */
1491 enum MHD_DisableSanityCheck insanity_level;
1492
1493 /**
1494 * Listen socket. 1494 * Listen socket.
1495 */ 1495 */
1496 MHD_socket listen_fd; 1496 MHD_socket listen_fd;