diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/pttstruct.h | 6 |
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 { /* �n�ͤ����cache �e���bit�O���A */ int reject[MAX_REJECT]; - int idoffset; /* shm id�W�� offset */ - /* idoffset �n���S�Ψ� */ + unsigned char goodpost; /* �������n�峹�� */ + unsigned char badpost; /* �������a�峹�� */ + unsigned char goodsale; /* �v�� �n������ */ + unsigned char badsale; /* �v�� �a������ */ int lock; int friendtotal; /* �n�ͤ����cache �j�p */ |