summaryrefslogtreecommitdiff
path: root/ecp/server/ht.c
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2024-05-09 22:41:52 +0200
committerUros Majstorovic <majstor@majstor.org>2024-05-09 22:41:52 +0200
commit9089e3b41cefeb20cf504fec51bbb5177aa00304 (patch)
tree18db631d18e796beeb52de908a20c624b4e7276c /ecp/server/ht.c
parentbc3f5dc45e19e88a984e215ec5393e86cea84e1c (diff)
added SIGUSR2 signal handler - expires garbage collected connections
Diffstat (limited to 'ecp/server/ht.c')
-rw-r--r--ecp/server/ht.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ecp/server/ht.c b/ecp/server/ht.c
index dc67d30..964c6d6 100644
--- a/ecp/server/ht.c
+++ b/ecp/server/ht.c
@@ -1,5 +1,6 @@
#include <ecp/core.h>
#include <ecp/ht.h>
+#include <ecp/dir/dir.h>
#include "dir.h"
#include "ht.h"