From cc4f823bf4c27fa9efeeeef7cfe7e5fb62117163 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 27 Oct 2019 03:11:49 -0400 Subject: Output ring info on SIGINFO --- bounce.h | 1 + 1 file changed, 1 insertion(+) (limited to 'bounce.h') diff --git a/bounce.h b/bounce.h index b0d6d18..4a04acf 100644 --- a/bounce.h +++ b/bounce.h @@ -60,6 +60,7 @@ void ringProduce(const char *line); size_t ringConsumer(const char *name); size_t ringDiff(size_t consumer); const char *ringConsume(time_t *time, size_t consumer); +void ringInfo(void); void listenConfig(const char *cert, const char *priv); size_t listenBind(int fds[], size_t cap, const char *host, const char *port); -- cgit 1.4.1