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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/daemon/internal.h b/src/daemon/internal.h
index 9a3eb8cb..ee499cef 100644
--- a/src/daemon/internal.h
+++ b/src/daemon/internal.h
@@ -857,6 +857,11 @@ struct MHD_Daemon
857 int socket_fd; 857 int socket_fd;
858 858
859 /** 859 /**
860 * Pipe we use to signal shutdown.
861 */
862 int wpipe[2];
863
864 /**
860 * Are we shutting down? 865 * Are we shutting down?
861 */ 866 */
862 int shutdown; 867 int shutdown;