summaryrefslogtreecommitdiffstats
path: root/runtime/modules.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-09-26 12:25:10 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-09-26 12:25:10 +0200
commit7c2183ee323dc062b0dde6bac4cd9c5afa4ab369 (patch)
tree5ff20593e1526ee27859d7aa3ac1e95e4eca4652 /runtime/modules.h
parentb715e86769b9b6d77e9c57e4d0cc70725962cf1f (diff)
downloadrsyslog-7c2183ee323dc062b0dde6bac4cd9c5afa4ab369.tar.gz
rsyslog-7c2183ee323dc062b0dde6bac4cd9c5afa4ab369.tar.xz
rsyslog-7c2183ee323dc062b0dde6bac4cd9c5afa4ab369.zip
input stmt: add core engine plumbing
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 6a143ae3..51ce1e51 100644
--- a/runtime/modules.h
+++ b/runtime/modules.h
@@ -131,6 +131,7 @@ struct modInfo_s {
/* TODO: remove? */rsRetVal (*willRun)(void); /* check if the current config will be able to run*/
rsRetVal (*runInput)(thrdInfo_t*); /* function to gather input and submit to queue */
rsRetVal (*afterRun)(thrdInfo_t*); /* function to gather input and submit to queue */
+ rsRetVal (*newInpInst)(struct nvlst *lst);
int bCanRun; /* cached value of whether willRun() succeeded */
} im;
struct {/* data for output modules */