summaryrefslogtreecommitdiffstats
path: root/action.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-03-16 15:04:43 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-03-16 15:04:43 +0100
commit9e18ecc9bd14093b78199fd36c315cfce4d26a26 (patch)
tree4de2dcca5f9c2eeb8e5e1274b899850196e3f4b7 /action.h
parentce1860a0bc77ec2ba7992547776a46df6b3d0e8a (diff)
downloadrsyslog-9e18ecc9bd14093b78199fd36c315cfce4d26a26.tar.gz
rsyslog-9e18ecc9bd14093b78199fd36c315cfce4d26a26.tar.xz
rsyslog-9e18ecc9bd14093b78199fd36c315cfce4d26a26.zip
fixed a regression of last patch and some cleanup
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 3e5d5266..dc33d034 100644
--- a/action.h
+++ b/action.h
@@ -101,7 +101,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);
+rsRetVal actionWriteToAction(action_t *pAction, batch_t *pBatch, int idxBtch);
rsRetVal actionCallHUPHdlr(action_t *pAction);
rsRetVal actionClassInit(void);
rsRetVal addAction(action_t **ppAction, modInfo_t *pMod, void *pModData, omodStringRequest_t *pOMSR, int bSuspended);