TS_MIN is 6 now.

This commit is contained in:
William Pitcock 2008-04-11 10:23:47 -05:00
parent 5295cde25d
commit bbce52f18d
1 changed files with 5 additions and 10 deletions

View File

@ -111,11 +111,11 @@ struct Server
struct ZipStats struct ZipStats
{ {
unsigned long long in; unsigned long long in;
unsigned long long in_wire; unsigned long long in_wire;
unsigned long long out; unsigned long long out;
unsigned long long out_wire; unsigned long long out_wire;
double in_ratio; double in_ratio;
double out_ratio; double out_ratio;
}; };
@ -374,12 +374,7 @@ struct exit_client_hook
* ts stuff * ts stuff
*/ */
#define TS_CURRENT 6 #define TS_CURRENT 6
#ifdef TS6_ONLY
#define TS_MIN 6 #define TS_MIN 6
#else
#define TS_MIN 3
#endif
#define TS_DOESTS 0x10000000 #define TS_DOESTS 0x10000000
#define DoesTS(x) ((x)->tsinfo & TS_DOESTS) #define DoesTS(x) ((x)->tsinfo & TS_DOESTS)