summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-06-02 06:04:24 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-06-02 06:04:24 +0800
commit862876670bcd40fd6eb76a2e4769782d038e375f (patch)
treea46ab7b66612b690714d477d92b8c22f8d74a0b2 /include
parent4d84045d9c329601e443cd20c4c05b3cfc8f8773 (diff)
downloadpttbbs-862876670bcd40fd6eb76a2e4769782d038e375f.tar
pttbbs-862876670bcd40fd6eb76a2e4769782d038e375f.tar.gz
pttbbs-862876670bcd40fd6eb76a2e4769782d038e375f.tar.bz2
pttbbs-862876670bcd40fd6eb76a2e4769782d038e375f.tar.lz
pttbbs-862876670bcd40fd6eb76a2e4769782d038e375f.tar.xz
pttbbs-862876670bcd40fd6eb76a2e4769782d038e375f.tar.zst
pttbbs-862876670bcd40fd6eb76a2e4769782d038e375f.zip
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@268 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/pttstruct.h4
1 files 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;