summaryrefslogtreecommitdiffstats
path: root/runtime/rule.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-09-06 10:48:24 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-09-06 10:48:24 +0200
commitd3e96418f514cd69592be24af6a632a8491820fc (patch)
tree83de518f72e5d1d0939c39b1e5221c1a31514acc /runtime/rule.c
parent7bf910ac461468c6b452be13ce9f4a7267641d31 (diff)
downloadrsyslog-d3e96418f514cd69592be24af6a632a8491820fc.tar.gz
rsyslog-d3e96418f514cd69592be24af6a632a8491820fc.tar.bz2
rsyslog-d3e96418f514cd69592be24af6a632a8491820fc.zip
new ruleengine: implement rainerscript execution engine
Diffstat (limited to 'runtime/rule.c')
-rw-r--r--runtime/rule.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/rule.c b/runtime/rule.c
index 6d14199b..67ecd077 100644
--- a/runtime/rule.c
+++ b/runtime/rule.c
@@ -44,6 +44,7 @@ DEFobjStaticHelpers
DEFobjCurrIf(errmsg)
+#if 0
/* support for simple textual representation of FIOP names
* rgerhards, 2005-09-27
*/
@@ -76,6 +77,7 @@ getFIOPName(unsigned iFIOP)
}
return pRet;
}
+#endif
/* iterate over all actions, this is often needed, for example when HUP processing