summaryrefslogtreecommitdiffstats
path: root/action.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-06-22 15:32:01 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-06-22 15:32:01 +0200
commit5defa14fed704cabe2074f4bdbb6d389d6dee7cf (patch)
tree5280f5bb9da7329a3a551b417c97bce22ae40fc2 /action.h
parent651bee9cf55ca6aaea73e7921928bf6f9bd65404 (diff)
downloadrsyslog-5defa14fed704cabe2074f4bdbb6d389d6dee7cf.tar.gz
rsyslog-5defa14fed704cabe2074f4bdbb6d389d6dee7cf.tar.xz
rsyslog-5defa14fed704cabe2074f4bdbb6d389d6dee7cf.zip
some post-merge cleanup
Diffstat (limited to 'action.h')
-rw-r--r--action.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/action.h b/action.h
index 6155ee36..a29936e5 100644
--- a/action.h
+++ b/action.h
@@ -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) */