summaryrefslogtreecommitdiffstats
path: root/runtime/module-template.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-05-04 14:41:08 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-05-04 14:41:08 +0200
commit79d46017e49d39b5de2d783cc3bcbeb696535bfc (patch)
tree640cf7d51a20d2479e2057694b4baddc8d33274c /runtime/module-template.h
parentb7315fc8369993d462389412b29b132fd2963d72 (diff)
downloadrsyslog-79d46017e49d39b5de2d783cc3bcbeb696535bfc.tar.gz
rsyslog-79d46017e49d39b5de2d783cc3bcbeb696535bfc.tar.xz
rsyslog-79d46017e49d39b5de2d783cc3bcbeb696535bfc.zip
step: imudp utilizes interim new input module interface
Diffstat (limited to 'runtime/module-template.h')
-rw-r--r--runtime/module-template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/module-template.h b/runtime/module-template.h
index 1ec1d8d2..38cda4ba 100644
--- a/runtime/module-template.h
+++ b/runtime/module-template.h
@@ -616,7 +616,7 @@ static rsRetVal modExit(void)\
* the module. -- rgerards, 2011-05-03
*/
#define BEGINbeginCnfLoad \
-static rsRetVal beginCnfLoad(modConfData_t **ptr)\
+static rsRetVal beginCnfLoad(modConfData_t **ptr, rsconf_t *pConf)\
{\
modConfData_t *pModConf; \
DEFiRet;