From 862876670bcd40fd6eb76a2e4769782d038e375f Mon Sep 17 00:00:00 2001 From: ptt Date: Sat, 1 Jun 2002 22:04:24 +0000 Subject: *** empty log message *** git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@268 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/pttstruct.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/pttstruct.h b/include/pttstruct.h index 0bc88b42..7f2724fd 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -1,4 +1,4 @@ -/* $Id: pttstruct.h,v 1.11 2002/05/25 12:14:32 ptt Exp $ */ +/* $Id: pttstruct.h,v 1.12 2002/06/01 22:04:24 ptt Exp $ */ #ifndef INCLUDE_STRUCT_H #define INCLUDE_STRUCT_H @@ -235,7 +235,7 @@ typedef struct userinfo_t { /* 好友比較的cache 前兩個bit是狀態 */ int reject[MAX_REJECT]; void *nextbfriend; /* 用來做版友的linked list */ - int pad; + int idoffset; /* shm id上的 offset */ int lock; int friendtotal; /* 好友比較的cache 大小 */ unsigned char msgcount; -- cgit v1.2.3