aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/internal.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-04 09:10:03 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-04 09:10:03 +0000
commit45a0a30893f77a38a8add8a64c3650387840a335 (patch)
tree407c9fb42e6440076b8818f29ad1590220f036b3 /src/daemon/internal.h
parent073951d682f93de20790cda82ef674718fcb9596 (diff)
downloadlibmicrohttpd-45a0a30893f77a38a8add8a64c3650387840a335.tar.gz
libmicrohttpd-45a0a30893f77a38a8add8a64c3650387840a335.zip
also eliminating use of pipe, thereby addressing #1662
Diffstat (limited to 'src/daemon/internal.h')
-rw-r--r--src/daemon/internal.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/daemon/internal.h b/src/daemon/internal.h
index ee499cef..9a3eb8cb 100644
--- a/src/daemon/internal.h
+++ b/src/daemon/internal.h
@@ -857,11 +857,6 @@ 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 /**
865 * Are we shutting down? 860 * Are we shutting down?
866 */ 861 */
867 int shutdown; 862 int shutdown;