diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-07-22 21:03:29 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-07-22 21:03:29 +0800 |
commit | b98ca2c4a39ac4bfbd45875c493d0d6f2388d818 (patch) | |
tree | a1c9c6ea397dafeee7256f2bc6089b4a560baaff /include/pttstruct.h | |
parent | a0689bfa437cdec8d1872270b58c33647d57dfd8 (diff) | |
download | pttbbs-b98ca2c4a39ac4bfbd45875c493d0d6f2388d818.tar pttbbs-b98ca2c4a39ac4bfbd45875c493d0d6f2388d818.tar.gz pttbbs-b98ca2c4a39ac4bfbd45875c493d0d6f2388d818.tar.bz2 pttbbs-b98ca2c4a39ac4bfbd45875c493d0d6f2388d818.tar.lz pttbbs-b98ca2c4a39ac4bfbd45875c493d0d6f2388d818.tar.xz pttbbs-b98ca2c4a39ac4bfbd45875c493d0d6f2388d818.tar.zst pttbbs-b98ca2c4a39ac4bfbd45875c493d0d6f2388d818.zip |
ticket#30: realtime board perm update
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2938 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/pttstruct.h')
-rw-r--r-- | include/pttstruct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h index 73b6b469..348187fc 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -182,7 +182,7 @@ typedef struct boardheader_t { unsigned char bvote; /* 正舉辦 Vote 數 */ time4_t vtime; /* Vote close time */ unsigned int level; /* 可以看此板的權限 */ - int unused; /* 還沒用到 */ + time4_t perm_reload; /* 最後設定看板的時間 */ int gid; /* 看板所屬的類別 ID */ int next[2]; /* 在同一個gid下一個看板 動態產生*/ int firstchild[2]; /* 屬於這個看板的第一個子看板 */ |