summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/pttstruct.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h
index edffe721..7fa188e3 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -301,7 +301,8 @@ typedef struct userinfo_t {
int friend_online[MAX_FRIEND];/* point到線上好友 utmpshm的位置 */
/* 好友比較的cache 前兩個bit是狀態 */
int reject[MAX_REJECT];
- char pad[4];
+ unsigned short int chess_elo_rating;
+ char pad[2];
int lock;
int friendtotal; /* 好友比較的cache 大小 */
char msgcount;