aboutsummaryrefslogtreecommitdiff
path: root/src/lib/daemon_destroy.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-02-16 07:13:34 +0100
committerChristian Grothoff <christian@grothoff.org>2018-02-16 07:13:34 +0100
commite101aeb4a9e18d506bd93afc87ea55183128f2cd (patch)
treed1d53999712b238dfa6cd3d2ddbaf42d74b51c04 /src/lib/daemon_destroy.c
parenta104a2a46a8d3ef1787f7171295af3acc63c4912 (diff)
downloadlibmicrohttpd-e101aeb4a9e18d506bd93afc87ea55183128f2cd.tar.gz
libmicrohttpd-e101aeb4a9e18d506bd93afc87ea55183128f2cd.zip
implement connection_cleanup.c
Diffstat (limited to 'src/lib/daemon_destroy.c')
-rw-r--r--src/lib/daemon_destroy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/daemon_destroy.c b/src/lib/daemon_destroy.c
index 054ca188..a236ba8f 100644
--- a/src/lib/daemon_destroy.c
+++ b/src/lib/daemon_destroy.c
@@ -24,6 +24,7 @@
24 */ 24 */
25#include "internal.h" 25#include "internal.h"
26#include "request_resume.h" 26#include "request_resume.h"
27#include "daemon_close_all_connections.h"
27 28
28 29
29/** 30/**