summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-12-01 12:41:01 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-12-01 12:41:01 +0800
commitb50ccfc1d4bab8bdc998f0bcadae66b73a1603a8 (patch)
tree7b22e54779567e6edd3f67d998c99821aa976f3f /include
parent9e5acf2b2b13eea84df06c2e3dad581f18eaca20 (diff)
downloadpttbbs-b50ccfc1d4bab8bdc998f0bcadae66b73a1603a8.tar
pttbbs-b50ccfc1d4bab8bdc998f0bcadae66b73a1603a8.tar.gz
pttbbs-b50ccfc1d4bab8bdc998f0bcadae66b73a1603a8.tar.bz2
pttbbs-b50ccfc1d4bab8bdc998f0bcadae66b73a1603a8.tar.lz
pttbbs-b50ccfc1d4bab8bdc998f0bcadae66b73a1603a8.tar.xz
pttbbs-b50ccfc1d4bab8bdc998f0bcadae66b73a1603a8.tar.zst
pttbbs-b50ccfc1d4bab8bdc998f0bcadae66b73a1603a8.zip
fix assess, it may be rewriten
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1385 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/pttstruct.h6
1 files changed, 4 insertions, 2 deletions
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 大小 */