diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-05-25 01:48:19 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-05-25 01:48:19 +0800 |
commit | d313cf8b819d2be849633bedd6b5b9f0eeb20976 (patch) | |
tree | a3d9bd504f06005d7490d437870133ba0ebb503a /include/pttstruct.h | |
parent | 71cdfc6df1eac3e18bb99a3717c677a88851f079 (diff) | |
download | pttbbs-d313cf8b819d2be849633bedd6b5b9f0eeb20976.tar pttbbs-d313cf8b819d2be849633bedd6b5b9f0eeb20976.tar.gz pttbbs-d313cf8b819d2be849633bedd6b5b9f0eeb20976.tar.bz2 pttbbs-d313cf8b819d2be849633bedd6b5b9f0eeb20976.tar.lz pttbbs-d313cf8b819d2be849633bedd6b5b9f0eeb20976.tar.xz pttbbs-d313cf8b819d2be849633bedd6b5b9f0eeb20976.tar.zst pttbbs-d313cf8b819d2be849633bedd6b5b9f0eeb20976.zip |
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@201 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/pttstruct.h')
-rw-r--r-- | include/pttstruct.h | 5 |
1 files changed, 3 insertions, 2 deletions
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; |