summaryrefslogtreecommitdiffstats
path: root/action.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-11-04 14:42:15 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-11-04 14:42:15 +0100
commit9718fbbf0bae7fb1f9617b08d65087e433abe766 (patch)
tree5d48924d73baba121585ebfb33a66d03e8f14472 /action.h
parent30aece94a64eb2564e6bb3067a98ec9405daebfb (diff)
downloadrsyslog-9718fbbf0bae7fb1f9617b08d65087e433abe766.tar.gz
rsyslog-9718fbbf0bae7fb1f9617b08d65087e433abe766.tar.bz2
rsyslog-9718fbbf0bae7fb1f9617b08d65087e433abe766.zip
push bShutdownImmediate ptr down to commit process
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 eb01f6e5..5216430c 100644
--- a/action.h
+++ b/action.h
@@ -91,7 +91,7 @@ rsRetVal addAction(action_t **ppAction, modInfo_t *pMod, void *pModData, omodStr
rsRetVal activateActions(void);
rsRetVal actionNewInst(struct nvlst *lst, action_t **ppAction);
rsRetVal actionProcessCnf(struct cnfobj *o);
-void actionCommitAll(wti_t *pWti);
+void actionCommitAllDirect(wti_t *pWti, int *pbShutdownImmediate);
/* external data */
extern int iActionNbr;