summaryrefslogtreecommitdiffstats
path: root/runtime/rsconf.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-09-20 16:11:22 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-09-20 16:11:22 +0200
commit7351fcc0e2635bf29c556b189190507c8c5202c9 (patch)
treea76d4dcfcb78cea364e98218a68149d2eb6d0d1b /runtime/rsconf.c
parentf5e7e35dca91df2d9ed00c7b542716c60bd7161a (diff)
downloadrsyslog-7351fcc0e2635bf29c556b189190507c8c5202c9.tar.gz
rsyslog-7351fcc0e2635bf29c556b189190507c8c5202c9.tar.xz
rsyslog-7351fcc0e2635bf29c556b189190507c8c5202c9.zip
Add skeleton for RainerScript optimizer
actual optimization is not yet done
Diffstat (limited to 'runtime/rsconf.c')
-rw-r--r--runtime/rsconf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/rsconf.c b/runtime/rsconf.c
index 7fe573f6..96118538 100644
--- a/runtime/rsconf.c
+++ b/runtime/rsconf.c
@@ -1234,6 +1234,7 @@ ourConf = loadConf; // TODO: remove, once ourConf is gone!
ABORT_FINALIZE(RS_RET_NO_ACTIONS);
}
tellLexEndParsing();
+ rulesetOptimizeAll(loadConf);
tellCoreConfigLoadDone();
tellModulesConfigLoadDone();