1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-10 01:23:13 +02:00

struct stats *ircstp; -> IRCStatistics ircstats; (for statistics, /STATS)

This commit is contained in:
Bram Matthys
2019-09-15 14:48:45 +02:00
parent bea2564e5d
commit c7c3fbdfa8
9 changed files with 60 additions and 59 deletions
+2 -1
View File
@@ -1659,7 +1659,8 @@ struct ConfigItem_offchans {
/*
* statistics structures
*/
struct stats {
typedef struct IRCStatistics IRCStatistics;
struct IRCStatistics {
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 */