summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-04-19 11:26:37 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-04-19 11:26:37 +0200
commitd348558a51402d08310d95cfd6e8a2d6b9fce1b2 (patch)
tree265b52c8b09bf4ad5335a7e243f3d0121d7204d8 /tests
parentf72bde2f701b1a1ff42273e8f9b07de47b480ce9 (diff)
downloadrsyslog-d348558a51402d08310d95cfd6e8a2d6b9fce1b2.tar.gz
rsyslog-d348558a51402d08310d95cfd6e8a2d6b9fce1b2.tar.xz
rsyslog-d348558a51402d08310d95cfd6e8a2d6b9fce1b2.zip
milestone: conf obj interface now utilzes rsconf_t
Diffstat (limited to 'tests')
-rw-r--r--tests/rscript.c1
-rw-r--r--tests/rt-init.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/rscript.c b/tests/rscript.c
index 6361aec4..5baf74cc 100644
--- a/tests/rscript.c
+++ b/tests/rscript.c
@@ -33,6 +33,7 @@
#include "ctok.h"
#include "expr.h"
+rsconf_t *ourConf;
MODULE_TYPE_TESTBENCH
/* define addtional objects we need for our tests */
DEFobjCurrIf(expr)
diff --git a/tests/rt-init.c b/tests/rt-init.c
index 2d43943f..d3cf4698 100644
--- a/tests/rt-init.c
+++ b/tests/rt-init.c
@@ -26,6 +26,7 @@
#include "testbench.h"
#include <stdio.h> /* must be last, else we get a zlib compile error on some platforms */
+rsconf_t *ourConf;
MODULE_TYPE_TESTBENCH
BEGINInit