summaryrefslogtreecommitdiffstats
path: root/action.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-04-26 18:05:08 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-04-26 18:05:08 +0200
commit9cf1756dc6c06682b32ed7a789ceb4254b5792df (patch)
tree275c85798a6c65d625dc4ccf7e189394c016a202 /action.h
parented7f89a49c6f820bc65f87514eb0effafcdeaacc (diff)
downloadrsyslog-9cf1756dc6c06682b32ed7a789ceb4254b5792df.tar.gz
rsyslog-9cf1756dc6c06682b32ed7a789ceb4254b5792df.tar.xz
rsyslog-9cf1756dc6c06682b32ed7a789ceb4254b5792df.zip
adapted merged code to v5 engine
Diffstat (limited to 'action.h')
-rw-r--r--action.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/action.h b/action.h
index 66b7316d..13b0d92e 100644
--- a/action.h
+++ b/action.h
@@ -56,7 +56,7 @@ struct action_s {
sbool bWriteAllMarkMsgs;/* should all mark msgs be written (not matter how recent the action was executed)? */
int iSecsExecOnceInterval; /* if non-zero, minimum seconds to wait until action is executed again */
action_state_t eState; /* current state of action */
- bool bHadAutoCommit; /* did an auto-commit happen during doAction()? */
+ sbool bHadAutoCommit; /* did an auto-commit happen during doAction()? */
time_t ttResumeRtry; /* when is it time to retry the resume? */
int iResumeOKinRow; /* number of times in a row that resume said OK with an immediate failure following */
int iResumeInterval;/* resume interval for this action */