diff options
author | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-09-10 08:44:56 +0800 |
---|---|---|
committer | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-09-10 08:44:56 +0800 |
commit | aed058b9cf94d0049f216460f98b6ad7ab81c80e (patch) | |
tree | ef6b129ccfec8cabc5577a63e90051a4d443af40 /include | |
parent | 4e23baabfaa4661b58dac17128e91d761df18ab3 (diff) | |
download | pttbbs-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')
-rw-r--r-- | include/statistic.h | 1 |
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 |