diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-07-09 11:44:40 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-07-09 11:44:40 +0200 |
commit | 1e6918857378fecf12e80dcd4fafc08afbfa9bce (patch) | |
tree | af2103dcac94b72e55a357bcb0f6dd6e23fd6262 /runtime/rsconf.h | |
parent | 65ecb3ea437bf1c489b198c45362bea3e0aabc88 (diff) | |
download | rsyslog-1e6918857378fecf12e80dcd4fafc08afbfa9bce.tar.gz rsyslog-1e6918857378fecf12e80dcd4fafc08afbfa9bce.tar.bz2 rsyslog-1e6918857378fecf12e80dcd4fafc08afbfa9bce.zip |
milestone: lookup table ready for actual load (but load not yet done)
Diffstat (limited to 'runtime/rsconf.h')
-rw-r--r-- | runtime/rsconf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/rsconf.h b/runtime/rsconf.h index 484fec8c..894c0d12 100644 --- a/runtime/rsconf.h +++ b/runtime/rsconf.h @@ -25,6 +25,7 @@ #include "linkedlist.h" #include "queue.h" +#include "lookup.h" /* --- configuration objects (the plan is to have ALL upper layers in this file) --- */ @@ -143,6 +144,7 @@ struct rsconf_s { globals_t globals; defaults_t defaults; templates_t templates; + lookup_tables_t lu_tabs; outchannels_t och; actions_t actions; rulesets_t rulesets; |