summaryrefslogtreecommitdiffstats
path: root/include/statistic.h
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-09-10 08:44:56 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-09-10 08:44:56 +0800
commitaed058b9cf94d0049f216460f98b6ad7ab81c80e (patch)
treeef6b129ccfec8cabc5577a63e90051a4d443af40 /include/statistic.h
parent4e23baabfaa4661b58dac17128e91d761df18ab3 (diff)
downloadpttbbs-aed058b9cf94d0049f216460f98b6ad7ab81c80e.tar
pttbbs-aed058b9cf94d0049f216460f98b6ad7ab81c80e.tar.gz
pttbbs-aed058b9cf94d0049f216460f98b6ad7ab81c80e.tar.bz2
pttbbs-aed058b9cf94d0049f216460f98b6ad7ab81c80e.tar.lz
pttbbs-aed058b9cf94d0049f216460f98b6ad7ab81c80e.tar.xz
pttbbs-aed058b9cf94d0049f216460f98b6ad7ab81c80e.tar.zst
pttbbs-aed058b9cf94d0049f216460f98b6ad7ab81c80e.zip
catch SIGXCPU for debug.piaip.automake@3147
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3147 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/statistic.h')
-rw-r--r--include/statistic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/statistic.h b/include/statistic.h
index a2b66a85..0d22f6f0 100644
--- a/include/statistic.h
+++ b/include/statistic.h
@@ -44,6 +44,7 @@ enum { // XXX description in shmctl.c
STAT_READPOST_3DAY,
STAT_READPOST_7DAY,
STAT_READPOST_OLD,
+ STAT_SIGXCPU,
/* insert here. don't forget update shmctl.c */
STAT_NUM,
STAT_MAX=512