From e28f24a0c49768114d42cefa33ff79235b937d48 Mon Sep 17 00:00:00 2001 From: victor Date: Fri, 3 Sep 2004 07:16:41 +0000 Subject: domain_name_query is changed to cidr format git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2176 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/pttstruct.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'include/pttstruct.h') diff --git a/include/pttstruct.h b/include/pttstruct.h index 9d1b1935..8f00de01 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -444,9 +444,11 @@ typedef struct { } GV2; /* fromcache */ - char domain[MAX_FROM][50]; - char replace[MAX_FROM][50]; - int top; + unsigned int home_ip[MAX_FROM]; + unsigned int home_mask[MAX_FROM]; + char home_desc[MAX_FROM][32]; + int home_num; + int max_user; time_t max_time; time_t Fuptime; -- cgit v1.2.3