summary refs log tree commit diff
path: root/bounce.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-10-27 03:11:49 -0400
committerJune McEnroe <june@causal.agency>2019-10-27 03:11:49 -0400
commitcc4f823bf4c27fa9efeeeef7cfe7e5fb62117163 (patch)
treedd724c2473d61197e61e6734e188bf88f6864c31 /bounce.h
parentImprove client/server error messages (diff)
downloadpounce-cc4f823bf4c27fa9efeeeef7cfe7e5fb62117163.tar.gz
pounce-cc4f823bf4c27fa9efeeeef7cfe7e5fb62117163.zip
Output ring info on SIGINFO
Diffstat (limited to 'bounce.h')
-rw-r--r--bounce.h1
1 files changed, 1 insertions, 0 deletions
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);