summaryrefslogtreecommitdiffstats
path: root/runtime/modules.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-07-21 11:14:52 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-07-21 11:14:52 +0200
commit9ce9fbb28f7a7a1a0380cc272a90be077cd9c1bc (patch)
tree06c97ee3796a8d339c4dd0eeadd132b306474ed2 /runtime/modules.h
parent5820c5f3e8dc69bdee969d6487d084e884595069 (diff)
downloadrsyslog-9ce9fbb28f7a7a1a0380cc272a90be077cd9c1bc.tar.gz
rsyslog-9ce9fbb28f7a7a1a0380cc272a90be077cd9c1bc.tar.xz
rsyslog-9ce9fbb28f7a7a1a0380cc272a90be077cd9c1bc.zip
milestone: new output plugin interface call added
Diffstat (limited to 'runtime/modules.h')
-rw-r--r--runtime/modules.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/modules.h b/runtime/modules.h
index ebde1219..4956dd4a 100644
--- a/runtime/modules.h
+++ b/runtime/modules.h
@@ -36,7 +36,7 @@
#define MODULES_H_INCLUDED 1
#include "objomsr.h"
-
+#include "rainerscript.h"
/* the following define defines the current version of the module interface.
* It can be used by any module which want's to simply prevent version conflicts
@@ -140,6 +140,7 @@ struct modInfo_s {
rsRetVal (*parseSelectorAct)(uchar**, void**,omodStringRequest_t**);
rsRetVal (*newScope)(void);
rsRetVal (*restoreScope)(void);
+ rsRetVal (*newActInst)(uchar *modName, struct nvlst *lst, void **, omodStringRequest_t **);
} om;
struct { /* data for library modules */
char dummy;