summaryrefslogtreecommitdiffstats
path: root/modules.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-12-17 09:42:03 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-12-17 09:42:03 +0000
commit83c6a060be679722cefc531eaec40771ba5a3f21 (patch)
treecce8747ddb453151d478115f0da284114cc0a0cc /modules.h
parentb5d69df3af01cf722f11c560c67cfa6b2b7cf765 (diff)
downloadrsyslog-83c6a060be679722cefc531eaec40771ba5a3f21.tar.gz
rsyslog-83c6a060be679722cefc531eaec40771ba5a3f21.tar.xz
rsyslog-83c6a060be679722cefc531eaec40771ba5a3f21.zip
implemented $MarkMessagePeriod config directive
Diffstat (limited to 'modules.h')
-rw-r--r--modules.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules.h b/modules.h
index 276d20c7..83fa641f 100644
--- a/modules.h
+++ b/modules.h
@@ -79,6 +79,7 @@ typedef struct moduleInfo {
struct {/* data for input modules */
eTermSyncType_t eTermSyncType;
rsRetVal (*runInput)(thrdInfo_t*); /* function to gather input and submit to queue */
+ rsRetVal (*willRun)(void); /* function to gather input and submit to queue */
} im;
struct {/* data for output modules */
/* below: perform the configured action