diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-01-19 14:48:40 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-01-19 14:48:40 +0100 |
commit | 535d6cf0b8fe2423eee3fd670bc1e944b231e827 (patch) | |
tree | f9ccd768dc7b5aefba69d3e82d8891d76d4a41ad /tools/omfile.c | |
parent | ad0fa5175901ba101a1e06f4a39ae56b75f84dca (diff) | |
download | rsyslog-535d6cf0b8fe2423eee3fd670bc1e944b231e827.tar.gz rsyslog-535d6cf0b8fe2423eee3fd670bc1e944b231e827.tar.bz2 rsyslog-535d6cf0b8fe2423eee3fd670bc1e944b231e827.zip |
v6.1/2 scoping support removed from plugins
Diffstat (limited to 'tools/omfile.c')
-rw-r--r-- | tools/omfile.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/omfile.c b/tools/omfile.c index e618b817..c7f1b896 100644 --- a/tools/omfile.c +++ b/tools/omfile.c @@ -177,10 +177,9 @@ typedef struct configSettings_s { int bUseAsyncWriter; /* should we enable asynchronous writing? */ EMPTY_STRUCT } configSettings_t; +static configSettings_t cs; uchar *pszFileDfltTplName; /* name of the default template to use */ -SCOPING_SUPPORT; /* must be set AFTER configSettings_t is defined */ - /* tables for interfacing with the v6 config system */ /* action (instance) parameters */ static struct cnfparamdescr actpdescr[] = { @@ -1010,7 +1009,7 @@ BEGINmodInit(File) CODESTARTmodInit *ipIFVersProvided = CURR_MOD_IF_VERSION; /* we only support the current interface specification */ CODEmodInit_QueryRegCFSLineHdlr -SCOPINGmodInit +INITLegCnfVars CHKiRet(objUse(errmsg, CORE_COMPONENT)); CHKiRet(objUse(strm, CORE_COMPONENT)); |