X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/8750c6e6b75203c587d0b318250ea08b24df92a8..99a80a91512121da8f41c6ced95f6043e558c424:/include/s_stats.h diff --git a/include/s_stats.h b/include/s_stats.h index 2c611a4..562e77c 100644 --- a/include/s_stats.h +++ b/include/s_stats.h @@ -74,7 +74,10 @@ struct ServerStatistics unsigned int is_tgch; /* messages blocked due to target change */ }; -extern struct ServerStatistics ServerStats; +extern struct ServerStatistics *ServerStats; + +extern void init_stats(void); +extern void tstats(struct Client *client); extern void count_memory(struct Client *);