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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index abe0f291..fd2a44bb 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -1432,7 +1432,7 @@ struct MHD_Daemon
1432 /** 1432 /**
1433 * Are we shutting down? 1433 * Are we shutting down?
1434 */ 1434 */
1435 int shutdown; 1435 volatile bool shutdown;
1436 1436
1437 /** 1437 /**
1438 * Did we hit some system or process-wide resource limit while 1438 * Did we hit some system or process-wide resource limit while