diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-11-04 14:42:15 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-11-04 14:42:15 +0100 |
commit | 9718fbbf0bae7fb1f9617b08d65087e433abe766 (patch) | |
tree | 5d48924d73baba121585ebfb33a66d03e8f14472 /action.h | |
parent | 30aece94a64eb2564e6bb3067a98ec9405daebfb (diff) | |
download | rsyslog-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |