aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/internal.h')
-rw-r--r--src/daemon/internal.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/daemon/internal.h b/src/daemon/internal.h
index 17f2a05c..1b252d23 100644
--- a/src/daemon/internal.h
+++ b/src/daemon/internal.h
@@ -896,6 +896,13 @@ struct MHD_Daemon
896 */ 896 */
897 int socket_fd; 897 int socket_fd;
898 898
899#ifndef HAVE_LISTEN_SHUTDOWN
900 /**
901 * Pipe we use to signal shutdown.
902 */
903 int wpipe[2];
904#endif
905
899 /** 906 /**
900 * Are we shutting down? 907 * Are we shutting down?
901 */ 908 */