summaryrefslogtreecommitdiffstats
path: root/include/statistic.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/statistic.h')
-rw-r--r--include/statistic.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/statistic.h b/include/statistic.h
index e2e6b61b..81ad937b 100644
--- a/include/statistic.h
+++ b/include/statistic.h
@@ -30,6 +30,9 @@ enum { // XXX description in shmctl.c
STAT_DOPOST,
STAT_READPOST,
STAT_RECOMMEND,
+ STAT_TODAYLOGIN_MIN,
+ STAT_TODAYLOGIN_MAX,
+ /* insert here. don't forget update shmctl.c */
STAT_NUM,
STAT_MAX=512
};