summaryrefslogtreecommitdiffstats
path: root/runtime/modules.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-10-28 16:03:32 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-10-28 16:03:32 +0100
commit286bf42f61f5b67daf0d6a3d2234f0b50a2a9c97 (patch)
tree0ac1ec681f91669355c2700e535bdc48109585b4 /runtime/modules.h
parent4cf5b6cb49385a3f5cdcbe34c534bbd4b89e4d8c (diff)
downloadrsyslog-286bf42f61f5b67daf0d6a3d2234f0b50a2a9c97.tar.gz
rsyslog-286bf42f61f5b67daf0d6a3d2234f0b50a2a9c97.tar.bz2
rsyslog-286bf42f61f5b67daf0d6a3d2234f0b50a2a9c97.zip
milestone: action engine changed to partially support wrkr instance action interface
Diffstat (limited to 'runtime/modules.h')
-rw-r--r--runtime/modules.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/modules.h b/runtime/modules.h
index 23df22d6..31e87995 100644
--- a/runtime/modules.h
+++ b/runtime/modules.h
@@ -139,6 +139,7 @@ struct modInfo_s {
rsRetVal (*parseSelectorAct)(uchar**, void**,omodStringRequest_t**);
rsRetVal (*newActInst)(uchar *modName, struct nvlst *lst, void **, omodStringRequest_t **);
rsRetVal (*SetShutdownImmdtPtr)(void *pData, void *pPtr);
+ rsRetVal (*createWrkrInstance)(void*pWrkrData, void*pData);
} om;
struct { /* data for library modules */
char dummy;