diff options
Diffstat (limited to 'runtime/rsconf.h')
-rw-r--r-- | runtime/rsconf.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/rsconf.h b/runtime/rsconf.h index 5229b9f7..5cd6bfd0 100644 --- a/runtime/rsconf.h +++ b/runtime/rsconf.h @@ -91,6 +91,11 @@ struct globals_s { struct defaults_s { }; +/* outchannel-specific data */ +struct outchannels_s { + struct outchannel *ochRoot; /* the root of the outchannel list */ + struct outchannel *ochLast; /* points to the last element of the outchannel list */ +}; struct templates_s { struct template *root; /* the root of the template list */ @@ -121,6 +126,7 @@ struct rsconf_s { globals_t globals; defaults_t defaults; templates_t templates; + outchannels_t och; actions_t actions; rulesets_t rulesets; /* note: rulesets include the complete output part: |