summaryrefslogtreecommitdiff
path: root/src/userprocess.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-14 10:23:14 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-14 10:23:14 +0000
commit44d3b5b82626f627069033c7bf019d4b1564b21c (patch)
tree6ccd51977679bc15e9823baa5fcab80892eae1d4 /src/userprocess.cpp
parentb70de5aa7840e8b43c9c5bdbeb0146ec1d5ea1a0 (diff)
Half way through updating to move a ton of extern confs into class ServerConfig
WILL NOT RUN ATM git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2392 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/userprocess.cpp')
-rw-r--r--src/userprocess.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/userprocess.cpp b/src/userprocess.cpp
index d82e3ddd5..3151e7f34 100644
--- a/src/userprocess.cpp
+++ b/src/userprocess.cpp
@@ -93,7 +93,7 @@ extern int MaxWhoResults;
extern time_t nb_start;
extern int dns_timeout;
-extern int statsAccept, statsRefused, statsUnknown, statsCollisions, statsDns, statsDnsGood, statsDnsBad, statsConnects, statsSent, statsRecv;
+extern serverstats* stats;
extern userrec* fd_ref_table[65536];