From f5d5cee19ae1153adae20ee8143d18d61b407b2c Mon Sep 17 00:00:00 2001 From: danieldg Date: Fri, 12 Feb 2010 17:06:45 +0000 Subject: Floating-point math should have no place in an ircd git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12442 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/inspircd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/inspircd.h') diff --git a/include/inspircd.h b/include/inspircd.h index b4fd12026..16281f2cc 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -214,10 +214,10 @@ class serverstats unsigned long statsConnects; /** Total bytes of data transmitted */ - double statsSent; + unsigned long statsSent; /** Total bytes of data received */ - double statsRecv; + unsigned long statsRecv; /** Cpu usage at last sample */ timeval LastCPU; -- cgit v1.2.3