diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-06-22 15:32:01 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-06-22 15:32:01 +0200 |
commit | 5defa14fed704cabe2074f4bdbb6d389d6dee7cf (patch) | |
tree | 5280f5bb9da7329a3a551b417c97bce22ae40fc2 /action.h | |
parent | 651bee9cf55ca6aaea73e7921928bf6f9bd65404 (diff) | |
download | rsyslog-5defa14fed704cabe2074f4bdbb6d389d6dee7cf.tar.gz rsyslog-5defa14fed704cabe2074f4bdbb6d389d6dee7cf.tar.xz rsyslog-5defa14fed704cabe2074f4bdbb6d389d6dee7cf.zip |
some post-merge cleanup
Diffstat (limited to 'action.h')
-rw-r--r-- | action.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -56,8 +56,6 @@ struct action_s { int iSecsExecOnceInterval; /* if non-zero, minimum seconds to wait until action is executed again */ action_state_t eState; /* current state of action */ int bHadAutoCommit; /* did an auto-commit happen during doAction()? */ - //short bEnabled; /* is the related action enabled (1) or disabled (0)? */ - //short bSuspended; /* is the related action temporarily suspended? */ time_t ttResumeRtry; /* when is it time to retry the resume? */ int iResumeInterval;/* resume interval for this action */ int iResumeRetryCount;/* how often shall we retry a suspended action? (-1 --> eternal) */ |