diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/statistic.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/statistic.h b/include/statistic.h index 81ad937b..a2b66a85 100644 --- a/include/statistic.h +++ b/include/statistic.h @@ -32,6 +32,18 @@ enum { // XXX description in shmctl.c STAT_RECOMMEND, STAT_TODAYLOGIN_MIN, STAT_TODAYLOGIN_MAX, + STAT_SIGINT, + STAT_SIGQUIT, + STAT_SIGILL, + STAT_SIGABRT, + STAT_SIGFPE, + STAT_SIGBUS, + STAT_SIGSEGV, + STAT_READPOST_12HR, + STAT_READPOST_1DAY, + STAT_READPOST_3DAY, + STAT_READPOST_7DAY, + STAT_READPOST_OLD, /* insert here. don't forget update shmctl.c */ STAT_NUM, STAT_MAX=512 |