From 4f371a15c597440cacdd0b815294707ad824f22b Mon Sep 17 00:00:00 2001 From: ptt Date: Wed, 4 Aug 2004 14:13:02 +0000 Subject: debug goodpost & bad post git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2157 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/pttstruct.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'include') diff --git a/include/pttstruct.h b/include/pttstruct.h index a6863a96..1134586c 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -291,12 +291,7 @@ typedef struct userinfo_t { int friend_online[MAX_FRIEND];/* point到線上好友 utmpshm的位置 */ /* 好友比較的cache 前兩個bit是狀態 */ int reject[MAX_REJECT]; - - unsigned char goodpost; /* 評價為好文章數 */ - unsigned char badpost; /* 評價為壞文章數 */ - unsigned char goodsale; /* 競標 好的評價 */ - unsigned char badsale; /* 競標 壞的評價 */ - + char pad[4]; int lock; int friendtotal; /* 好友比較的cache 大小 */ char msgcount; -- cgit v1.2.3