summaryrefslogtreecommitdiffstats
path: root/action.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-06-16 15:17:48 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-06-16 15:17:48 +0200
commit90f8c7300495da9b61e4706be652c612fccc084f (patch)
tree47c6065cf8f2dcd9cfb6b0059f6a0d613b00cfa7 /action.h
parent1b9dffd5501807af9472a12c702aa582b23fca96 (diff)
downloadrsyslog-90f8c7300495da9b61e4706be652c612fccc084f.tar.gz
rsyslog-90f8c7300495da9b61e4706be652c612fccc084f.tar.xz
rsyslog-90f8c7300495da9b61e4706be652c612fccc084f.zip
bugfix: problems in failover action handling
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=270 (not yet confirmed!)
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 0ab8062a..bae64d31 100644
--- a/action.h
+++ b/action.h
@@ -100,7 +100,7 @@ rsRetVal actionDestruct(action_t *pThis);
rsRetVal actionDbgPrint(action_t *pThis);
rsRetVal actionSetGlobalResumeInterval(int iNewVal);
rsRetVal actionDoAction(action_t *pAction);
-rsRetVal actionWriteToAction(action_t *pAction, batch_t *pBatch, int idxBtch);
+rsRetVal actionWriteToAction(action_t *pAction);
rsRetVal actionCallHUPHdlr(action_t *pAction);
rsRetVal actionClassInit(void);
rsRetVal addAction(action_t **ppAction, modInfo_t *pMod, void *pModData, omodStringRequest_t *pOMSR, int bSuspended);