summaryrefslogtreecommitdiffstats
path: root/runtime/rsconf.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-04-26 17:30:59 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-04-26 17:30:59 +0200
commit19c8bed08dbeb9ce0313ec92d7de85c9c51c4f48 (patch)
tree625acfbc535b2b84e0f4cfaf8ee322f38f0bbc2b /runtime/rsconf.h
parent8fb8c0d37b68d633e562bbc96f9971917620d181 (diff)
downloadrsyslog-19c8bed08dbeb9ce0313ec92d7de85c9c51c4f48.tar.gz
rsyslog-19c8bed08dbeb9ce0313ec92d7de85c9c51c4f48.tar.xz
rsyslog-19c8bed08dbeb9ce0313ec92d7de85c9c51c4f48.zip
step: outchannel list integrated into main config object
Diffstat (limited to 'runtime/rsconf.h')
-rw-r--r--runtime/rsconf.h6
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: