summaryrefslogtreecommitdiffstats
path: root/modules.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-12-25 16:04:46 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-12-25 16:04:46 +0000
commit2c8eae6a0c00b1e067cca8a1a77b7f9ca4a9e7f3 (patch)
treedc2b3456d81c35f3b0d8946a0d3fc1091d5c3b32 /modules.h
parent7af2c0a66b03db92a9ca1faae6c37c8fdc666c0e (diff)
downloadrsyslog-2c8eae6a0c00b1e067cca8a1a77b7f9ca4a9e7f3.tar.gz
rsyslog-2c8eae6a0c00b1e067cca8a1a77b7f9ca4a9e7f3.tar.xz
rsyslog-2c8eae6a0c00b1e067cca8a1a77b7f9ca4a9e7f3.zip
moved some of the udp input code to its right place
Diffstat (limited to 'modules.h')
-rw-r--r--modules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.h b/modules.h
index 0ff49afe..0fbc7a6b 100644
--- a/modules.h
+++ b/modules.h
@@ -78,7 +78,7 @@ typedef struct moduleInfo {
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 */
- rsRetVal (*afterRun)(void); /* function to gather input and submit to queue */
+ rsRetVal (*afterRun)(thrdInfo_t*); /* function to gather input and submit to queue */
} im;
struct {/* data for output modules */
/* below: perform the configured action