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 /plugins/omruleset/omruleset.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 'plugins/omruleset/omruleset.c')
-rw-r--r-- | plugins/omruleset/omruleset.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/omruleset/omruleset.c b/plugins/omruleset/omruleset.c index ccc82d72..67aee97e 100644 --- a/plugins/omruleset/omruleset.c +++ b/plugins/omruleset/omruleset.c @@ -74,8 +74,7 @@ typedef struct configSettings_s { ruleset_t *pRuleset; /* ruleset to enqueue message to (NULL = Default, not recommended) */ uchar *pszRulesetName; } configSettings_t; - -SCOPING_SUPPORT; /* must be set AFTER configSettings_t is defined */ +static configSettings_t cs; BEGINinitConfVars /* (re)set config variables to default values */ CODESTARTinitConfVars @@ -215,7 +214,7 @@ BEGINmodInit() unsigned long opts; int bMsgPassingSupported; /* does core support template passing as an array? */ CODESTARTmodInit -SCOPINGmodInit +INITLegCnfVars *ipIFVersProvided = CURR_MOD_IF_VERSION; /* we only support the current interface specification */ CODEmodInit_QueryRegCFSLineHdlr /* check if the rsyslog core supports parameter passing code */ |