summaryrefslogtreecommitdiffstats
path: root/runtime/rsconf.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-04-27 15:38:06 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-04-27 15:38:06 +0200
commit4f8457ffe3bc0a104a86ac79622844c4206adbbb (patch)
tree60d40415fa614018bc13e8eb93babcc593a10e58 /runtime/rsconf.h
parent17e3f6b49cccb99316f2907eb3c131ec998ee3c3 (diff)
downloadrsyslog-4f8457ffe3bc0a104a86ac79622844c4206adbbb.tar.gz
rsyslog-4f8457ffe3bc0a104a86ac79622844c4206adbbb.tar.xz
rsyslog-4f8457ffe3bc0a104a86ac79622844c4206adbbb.zip
step: added config-specific module list
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 2eb09851..63754e6f 100644
--- a/runtime/rsconf.h
+++ b/runtime/rsconf.h
@@ -93,7 +93,13 @@ struct defaults_s {
/* list of modules loaded in this configuration (config specific module list) */
+struct cfgmodules_etry_s {
+ cfgmodules_etry_t *next;
+ modInfo_t *pMod;
+};
+
struct cfgmodules_s {
+ cfgmodules_etry_t *root;
};
/* outchannel-specific data */