From d313cf8b819d2be849633bedd6b5b9f0eeb20976 Mon Sep 17 00:00:00 2001 From: ptt Date: Fri, 24 May 2002 17:48:19 +0000 Subject: *** empty log message *** git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@201 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/pttstruct.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include/pttstruct.h') diff --git a/include/pttstruct.h b/include/pttstruct.h index d5849798..c6e309cd 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -1,4 +1,4 @@ -/* $Id: pttstruct.h,v 1.8 2002/05/24 15:52:23 ptt Exp $ */ +/* $Id: pttstruct.h,v 1.9 2002/05/24 17:48:19 ptt Exp $ */ #ifndef INCLUDE_STRUCT_H #define INCLUDE_STRUCT_H @@ -229,7 +229,8 @@ typedef struct userinfo_t { int friend_online[MAX_FRIEND]; /* point到線上好友 utmpshm的位置 */ /* 好友比較的cache 前兩個bit是狀態 */ int reject[MAX_REJECT]; - int pad[2]; + void *nextbfriend; /* 用來做版友的linked list */ + int pad; int lock; int friendtotal; /* 好友比較的cache 大小 */ unsigned char msgcount; -- cgit v1.2.3