summaryrefslogtreecommitdiffstats
path: root/runtime/ruleset.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-04-19 12:37:39 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-04-19 12:37:39 +0200
commit542fd3300671a2480ff009e060b32f08fed44b4d (patch)
treeb61afaf5b9b76ee8c2b1863afcf1b43dac168001 /runtime/ruleset.h
parentb722cd3fe608a0bbf4a6df962f9d5c5e547fdc09 (diff)
downloadrsyslog-542fd3300671a2480ff009e060b32f08fed44b4d.tar.gz
rsyslog-542fd3300671a2480ff009e060b32f08fed44b4d.tar.bz2
rsyslog-542fd3300671a2480ff009e060b32f08fed44b4d.zip
some more work was required on the ruleset modification
Diffstat (limited to 'runtime/ruleset.h')
-rw-r--r--runtime/ruleset.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/ruleset.h b/runtime/ruleset.h
index ab60ee07..8966a884 100644
--- a/runtime/ruleset.h
+++ b/runtime/ruleset.h
@@ -52,10 +52,10 @@ BEGINinterface(ruleset) /* name must also be changed in ENDinterface macro! */
rsRetVal (*GetRuleset)(rsconf_t *conf, ruleset_t **ppThis, uchar*);
rsRetVal (*SetDefaultRuleset)(rsconf_t *conf, uchar*);
rsRetVal (*SetCurrRuleset)(rsconf_t *conf, uchar*);
- ruleset_t* (*GetCurrent)(void);
+ ruleset_t* (*GetCurrent)(rsconf_t *conf);
qqueue_t* (*GetRulesetQueue)(ruleset_t*);
/* v3, 2009-11-04 */
- parserList_t* (*GetParserList)(msg_t *);
+ parserList_t* (*GetParserList)(rsconf_t *conf, msg_t *);
/* v5, 2011-04-19
* added support for the rsconf object -- fundamental change
*/