From bbce52f18d2afe322cd49871d1768ce7b5d91aca Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Fri, 11 Apr 2008 10:23:47 -0500 Subject: [PATCH] TS_MIN is 6 now. --- include/client.h | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/include/client.h b/include/client.h index f15444c..a3acba6 100644 --- a/include/client.h +++ b/include/client.h @@ -111,11 +111,11 @@ struct Server struct ZipStats { - unsigned long long in; - unsigned long long in_wire; - unsigned long long out; - unsigned long long out_wire; - double in_ratio; + unsigned long long in; + unsigned long long in_wire; + unsigned long long out; + unsigned long long out_wire; + double in_ratio; double out_ratio; }; @@ -374,12 +374,7 @@ struct exit_client_hook * ts stuff */ #define TS_CURRENT 6 - -#ifdef TS6_ONLY #define TS_MIN 6 -#else -#define TS_MIN 3 -#endif #define TS_DOESTS 0x10000000 #define DoesTS(x) ((x)->tsinfo & TS_DOESTS)