summaryrefslogtreecommitdiffstats
path: root/runtime/typedefs.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-04-27 14:02:00 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-04-27 14:02:00 +0200
commit17e3f6b49cccb99316f2907eb3c131ec998ee3c3 (patch)
tree5b8ed0a9bd0fc09e9c9e766d961d6fb4eb203395 /runtime/typedefs.h
parent706121052d2c2c0bca42b3f8f1e785dd96369772 (diff)
downloadrsyslog-17e3f6b49cccb99316f2907eb3c131ec998ee3c3.tar.gz
rsyslog-17e3f6b49cccb99316f2907eb3c131ec998ee3c3.tar.xz
rsyslog-17e3f6b49cccb99316f2907eb3c131ec998ee3c3.zip
step: $ModLoad handler no longe requries conf obj
re-doing the interface, global var "loadConf" now holds that data. Makes things simpler with legacy handler, as well as new functionality.
Diffstat (limited to 'runtime/typedefs.h')
-rw-r--r--runtime/typedefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/typedefs.h b/runtime/typedefs.h
index 0d23e880..ca78d820 100644
--- a/runtime/typedefs.h
+++ b/runtime/typedefs.h
@@ -87,6 +87,7 @@ typedef struct globals_s globals_t;
typedef struct defaults_s defaults_t;
typedef struct actions_s actions_t;
typedef struct rsconf_s rsconf_t;
+typedef struct cfgmodules_s cfgmodules_t;
typedef struct outchannels_s outchannels_t;
typedef rsRetVal (*prsf_t)(struct vmstk_s*, int); /* pointer to a RainerScript function */
typedef uint64 qDeqID; /* queue Dequeue order ID. 32 bits is considered dangerously few */