]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/s_stats.h
Mention effect of /accept on umode +R.
[irc/rqf/shadowircd.git] / include / s_stats.h
index bf1b4efe6219620c773a0c24061a79fbb0808a70..ef9a8c30ad5c33bbf83478921623f7e0b78dd62a 100644 (file)
@@ -45,12 +45,12 @@ struct ServerStatistics
        unsigned int is_cl;     /* number of client connections */
        unsigned int is_sv;     /* number of server connections */
        unsigned int is_ni;     /* connection but no idea who it was */
-       unsigned long long int is_cbs;  /* bytes sent to clients */\r
-       unsigned long long int is_cbr;  /* bytes received to clients */\r
-       unsigned long long int is_sbs;  /* bytes sent to servers */\r
+       unsigned long long int is_cbs;  /* bytes sent to clients */
+       unsigned long long int is_cbr;  /* bytes received to clients */
+       unsigned long long int is_sbs;  /* bytes sent to servers */
        unsigned long long int is_sbr;  /* bytes received to servers */
-       time_t is_cti;          /* time spent connected by clients */
-       time_t is_sti;          /* time spent connected by servers */
+       unsigned long long int is_cti;  /* time spent connected by clients */
+       unsigned long long int is_sti;  /* time spent connected by servers */
        unsigned int is_ac;     /* connections accepted */
        unsigned int is_ref;    /* accepts refused */
        unsigned int is_unco;   /* unknown commands */