From b50ccfc1d4bab8bdc998f0bcadae66b73a1603a8 Mon Sep 17 00:00:00 2001 From: victor Date: Mon, 1 Dec 2003 04:41:01 +0000 Subject: fix assess, it may be rewriten git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1385 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/pttstruct.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'include/pttstruct.h') diff --git a/include/pttstruct.h b/include/pttstruct.h index dd9e4b6c..9b9efe72 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -262,8 +262,10 @@ typedef struct userinfo_t { /* 好友比較的cache 前兩個bit是狀態 */ int reject[MAX_REJECT]; - int idoffset; /* shm id上的 offset */ - /* idoffset 好像沒用到 */ + unsigned char goodpost; /* 評價為好文章數 */ + unsigned char badpost; /* 評價為壞文章數 */ + unsigned char goodsale; /* 競標 好的評價 */ + unsigned char badsale; /* 競標 壞的評價 */ int lock; int friendtotal; /* 好友比較的cache 大小 */ -- cgit v1.2.3