From 7cf8d9c1c8ba68419d282e715b7fc3575987a6f2 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 16 Dec 2005 09:30:53 +0000 Subject: Moved BoundPortCount into serverstats git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2504 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/inspircd.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/inspircd.h b/include/inspircd.h index 11f93b574..ad95d859e 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -81,12 +81,14 @@ class serverstats int statsConnects; int statsSent; int statsRecv; + int BoundPortCount; serverstats() { statsAccept = statsRefused = statsUnknown = 0; statsCollisions = statsDns = statsDnsGood = 0; statsDnsBad = statsConnects = statsSent = statsRecv = 0; + BoundPortCount = 0; } }; -- cgit v1.2.3