diff options
Diffstat (limited to 'runtime/rsconf.h')
-rw-r--r-- | runtime/rsconf.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/rsconf.h b/runtime/rsconf.h index 4fd160a4..32488d08 100644 --- a/runtime/rsconf.h +++ b/runtime/rsconf.h @@ -44,6 +44,10 @@ struct actions_s { struct rulesets_s { linkedList_t llRulesets; /* this is NOT a pointer - no typo here ;) */ + + /* support for legacy rsyslog.conf format */ + ruleset_t *pCurr; /* currently "active" ruleset */ + ruleset_t *pDflt; /* current default ruleset, e.g. for binding to actions which have no other */ }; |