From 9089e3b41cefeb20cf504fec51bbb5177aa00304 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Thu, 9 May 2024 22:41:52 +0200 Subject: added SIGUSR2 signal handler - expires garbage collected connections --- ecp/server/sig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ecp/server/sig.h') 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); -- cgit v1.2.3