diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-07-23 17:33:08 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-07-23 17:33:08 +0200 |
commit | c97b1d3c72ef1504a430f65ae017112d834a3127 (patch) | |
tree | 1e2e262ceb6f338919de6ec65fd368e886bd477e /action.h | |
parent | 4eadfb64818eef25510e5cd0abe001d00a1a0831 (diff) | |
download | rsyslog-c97b1d3c72ef1504a430f65ae017112d834a3127.tar.gz rsyslog-c97b1d3c72ef1504a430f65ae017112d834a3127.tar.xz rsyslog-c97b1d3c72ef1504a430f65ae017112d834a3127.zip |
added support to save/restore rsyslog core action settings...
... but not those of plugins (which are at least as important as
the core ones). So this is an interim commit.
Diffstat (limited to 'action.h')
-rw-r--r-- | action.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -105,6 +105,8 @@ 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); +rsRetVal actionNewScope(void); +rsRetVal actionRestoreScope(void); #if 1 #define actionIsSuspended(pThis) ((pThis)->bSuspended == 1) |