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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 5c5605a7..7db85695 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -1073,6 +1073,7 @@ struct MHD_Daemon
1073 * Pipe we use to signal shutdown, unless 1073 * Pipe we use to signal shutdown, unless
1074 * 'HAVE_LISTEN_SHUTDOWN' is defined AND we have a listen 1074 * 'HAVE_LISTEN_SHUTDOWN' is defined AND we have a listen
1075 * socket (which we can then 'shutdown' to stop listening). 1075 * socket (which we can then 'shutdown' to stop listening).
1076 * On W32 this is a socketpair, not a pipe.
1076 */ 1077 */
1077 int wpipe[2]; 1078 int wpipe[2];
1078 1079