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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index c2a0441a..05ea244a 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -1102,9 +1102,10 @@ struct MHD_Daemon
1102 * Pipe we use to signal shutdown, unless 1102 * Pipe we use to signal shutdown, unless
1103 * 'HAVE_LISTEN_SHUTDOWN' is defined AND we have a listen 1103 * 'HAVE_LISTEN_SHUTDOWN' is defined AND we have a listen
1104 * socket (which we can then 'shutdown' to stop listening). 1104 * socket (which we can then 'shutdown' to stop listening).
1105 * On W32 this is a socketpair, not a pipe. 1105 * MHD can be build with usage of socketpair instead of
1106 * pipe (forced on W32).
1106 */ 1107 */
1107 int wpipe[2]; 1108 MHD_pipe wpipe[2];
1108 1109
1109 /** 1110 /**
1110 * Are we shutting down? 1111 * Are we shutting down?