summaryrefslogtreecommitdiffstats
path: root/action.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-07-23 17:33:08 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-07-23 17:33:08 +0200
commitc97b1d3c72ef1504a430f65ae017112d834a3127 (patch)
tree1e2e262ceb6f338919de6ec65fd368e886bd477e /action.h
parent4eadfb64818eef25510e5cd0abe001d00a1a0831 (diff)
downloadrsyslog-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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/action.h b/action.h
index 0c86ef88..56a9d3e0 100644
--- a/action.h
+++ b/action.h
@@ -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)