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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 5acc21d9..a562454e 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -811,9 +811,9 @@ struct MHD_Connection
811 int read_closed; 811 int read_closed;
812 812
813 /** 813 /**
814 * Set to #MHD_YES if the thread has been joined. 814 * Set to `true` if the thread has been joined.
815 */ 815 */
816 int thread_joined; 816 bool thread_joined;
817 817
818 /** 818 /**
819 * Are we currently inside the "idle" handler (to avoid recursively 819 * Are we currently inside the "idle" handler (to avoid recursively