diff options
-rw-r--r-- | pttbbs/include/daemons.h | 2 |
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 ; |