diff options
author | June McEnroe <june@causal.agency> | 2019-10-27 03:11:49 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-10-27 03:11:49 -0400 |
commit | cc4f823bf4c27fa9efeeeef7cfe7e5fb62117163 (patch) | |
tree | dd724c2473d61197e61e6734e188bf88f6864c31 /bounce.h | |
parent | Improve client/server error messages (diff) | |
download | pounce-cc4f823bf4c27fa9efeeeef7cfe7e5fb62117163.tar.gz pounce-cc4f823bf4c27fa9efeeeef7cfe7e5fb62117163.zip |
Output ring info on SIGINFO
Diffstat (limited to '')
-rw-r--r-- | bounce.h | 1 |
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); |