This commit is contained in:
Christian Grothoff
2020-03-26 19:08:30 +01:00
parent 2e8a4f8b9a
commit 6702e62023
+6 -6
View File
@@ -1462,12 +1462,6 @@ struct MHD_Daemon
*/
size_t thread_stack_size;
/**
* Our #MHD_OPTION_SERVER_INSANITY level, bits indicating
* which sanity checks are off.
*/
enum MHD_DisableSanityCheck insanity_level;
/**
* Number of worker daemons
*/
@@ -1490,6 +1484,12 @@ struct MHD_Daemon
MHD_mutex_ cleanup_connection_mutex;
#endif
/**
* Our #MHD_OPTION_SERVER_INSANITY level, bits indicating
* which sanity checks are off.
*/
enum MHD_DisableSanityCheck insanity_level;
/**
* Listen socket.
*/