aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-15 13:28:32 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-15 13:28:32 +0100
commit3b2c0e14365870933c6090d3c2537995e48b36e5 (patch)
treeadff89dd93902d51b18f722d3065656668619ed6 /src/microhttpd/internal.h
parentf9c239ec2a5d21a5ea4855fb002b65aeb10eb012 (diff)
downloadlibmicrohttpd-3b2c0e14365870933c6090d3c2537995e48b36e5.tar.gz
libmicrohttpd-3b2c0e14365870933c6090d3c2537995e48b36e5.zip
convert upgrade_fd_in_epoll to 'bool'
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