]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/s_stats.h
Show some target change statistics in /stats t.
[irc/rqf/shadowircd.git] / include / s_stats.h
index 1fe7afa68a9d0b2e4dd93663074486fb4efea216..562e77c6ca87d0c672d3f6b9cb59409dbb1c924d 100644 (file)
@@ -71,6 +71,7 @@ struct ServerStatistics
        unsigned int is_rej;    /* rejected from cache */
        unsigned int is_ssuc;   /* successful sasl authentications */
        unsigned int is_sbad;   /* failed sasl authentications */
+       unsigned int is_tgch;   /* messages blocked due to target change */
 };
 
 extern struct ServerStatistics *ServerStats;