X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/679ccbe5efb0e4f4ec7692905ab32cd62874f7c3..6d58b1d38efff2737357edf9ab84abcf9261baba:/include/s_stats.h diff --git a/include/s_stats.h b/include/s_stats.h index ef9a8c30..47889d7f 100644 --- a/include/s_stats.h +++ b/include/s_stats.h @@ -20,8 +20,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA - * - * $Id: s_stats.h 1409 2006-05-21 14:46:17Z jilles $ */ #ifndef INCLUDED_s_stats_h @@ -63,9 +61,11 @@ struct ServerStatistics unsigned int is_asuc; /* successful auth requests */ unsigned int is_abad; /* bad auth requests */ unsigned int is_rej; /* rejected from cache */ + unsigned int is_thr; /* number of throttled connections */ unsigned int is_ssuc; /* successful sasl authentications */ unsigned int is_sbad; /* failed sasl authentications */ unsigned int is_tgch; /* messages blocked due to target change */ + unsigned int is_rl; /* commands blocked due to ratelimit */ }; extern struct ServerStatistics ServerStats;