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 111af62f..b9c30b5d 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -1394,10 +1394,10 @@ struct MHD_Daemon
1394 int epoll_fd; 1394 int epoll_fd;
1395 1395
1396 /** 1396 /**
1397 * #MHD_YES if the listen socket is in the 'epoll' set, 1397 * true if the listen socket is in the 'epoll' set,
1398 * #MHD_NO if not. 1398 * false if not.
1399 */ 1399 */
1400 int listen_socket_in_epoll; 1400 bool listen_socket_in_epoll;
1401 1401
1402#if defined(HTTPS_SUPPORT) && defined(UPGRADE_SUPPORT) 1402#if defined(HTTPS_SUPPORT) && defined(UPGRADE_SUPPORT)
1403 /** 1403 /**