summaryrefslogtreecommitdiff
path: root/ecp/server/sig.h
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/sig.h
parentbc3f5dc45e19e88a984e215ec5393e86cea84e1c (diff)
added SIGUSR2 signal handler - expires garbage collected connections
Diffstat (limited to 'ecp/server/sig.h')
-rw-r--r--ecp/server/sig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecp/server/sig.h b/ecp/server/sig.h
index be4d647..52b5bd8 100644
--- a/ecp/server/sig.h
+++ b/ecp/server/sig.h
@@ -1,2 +1,2 @@
-int sig_start_handler(void);
+int sig_start_handler(ECPSocket *sock);
int sig_init(void);