summaryrefslogtreecommitdiffstats
path: root/include/statistic.h
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-03-19 21:03:03 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-03-19 21:03:03 +0800
commitd4ca75df642237f81a2958fb395df41083e5c173 (patch)
treedfb3615f6a08517ee8b547d8cab641b9d4bd234c /include/statistic.h
parenta955ee6b77652aa57f0009f9878aa88d1755ce8d (diff)
downloadpttbbs-d4ca75df642237f81a2958fb395df41083e5c173.tar
pttbbs-d4ca75df642237f81a2958fb395df41083e5c173.tar.gz
pttbbs-d4ca75df642237f81a2958fb395df41083e5c173.tar.bz2
pttbbs-d4ca75df642237f81a2958fb395df41083e5c173.tar.lz
pttbbs-d4ca75df642237f81a2958fb395df41083e5c173.tar.xz
pttbbs-d4ca75df642237f81a2958fb395df41083e5c173.tar.zst
pttbbs-d4ca75df642237f81a2958fb395df41083e5c173.zip
statistic for user's first login today
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2653 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
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
};