]> jfr.im git - solanum.git/blobdiff - include/s_stats.h
modularize usermode +R (registered users only)
[solanum.git] / include / s_stats.h
index f4f45c0921656ce015a1102f199bc8ab47f4cf4c..47889d7f524d78313e7fd3a60fe1aea90a011016 100644 (file)
@@ -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
@@ -67,6 +65,7 @@ struct ServerStatistics
        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;