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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index b9c30b5d..707bfe82 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -1407,10 +1407,10 @@ struct MHD_Daemon
1407 int epoll_upgrade_fd; 1407 int epoll_upgrade_fd;
1408 1408
1409 /** 1409 /**
1410 * #MHD_YES if @e epoll_upgrade_fd is in the 'epoll' set, 1410 * true if @e epoll_upgrade_fd is in the 'epoll' set,
1411 * #MHD_NO if not. 1411 * false if not.
1412 */ 1412 */
1413 int upgrade_fd_in_epoll; 1413 bool upgrade_fd_in_epoll;
1414#endif /* HTTPS_SUPPORT && UPGRADE_SUPPORT */ 1414#endif /* HTTPS_SUPPORT && UPGRADE_SUPPORT */
1415 1415
1416#endif 1416#endif