summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2013-09-18 20:54:40 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2013-09-18 20:54:40 +0800
commit5526c20d6a17fae45b97d8af619b2967978f4005 (patch)
treed37f60a368e88f3df771c7cfc27e357af980e9db
parentd923adcd689b164a28d6bd16ea08f1b8fa77a001 (diff)
downloadpttbbs-5526c20d6a17fae45b97d8af619b2967978f4005.tar
pttbbs-5526c20d6a17fae45b97d8af619b2967978f4005.tar.gz
pttbbs-5526c20d6a17fae45b97d8af619b2967978f4005.tar.bz2
pttbbs-5526c20d6a17fae45b97d8af619b2967978f4005.tar.lz
pttbbs-5526c20d6a17fae45b97d8af619b2967978f4005.tar.xz
pttbbs-5526c20d6a17fae45b97d8af619b2967978f4005.tar.zst
pttbbs-5526c20d6a17fae45b97d8af619b2967978f4005.zip
Add missed_assign in report
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5876 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/include/daemons.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pttbbs/include/daemons.h b/pttbbs/include/daemons.h
index 823b2204..545462a2 100644
--- a/pttbbs/include/daemons.h
+++ b/pttbbs/include/daemons.h
@@ -105,7 +105,7 @@ typedef struct {
short inactive_days;
time4_t last_assigned;
- time4_t reserved;
+ int missed_assign;
int last_assigned_master;
} angel_beats_report ;