diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2011-05-06 08:43:15 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-05-06 08:43:15 +0200 |
commit | b056c258d7bab528034ec8c8749cdcf0d0102268 (patch) | |
tree | e3b19d5336e0db8ad23fcaf82d3142f8844d54ac /plugins/imtemplate/imtemplate.c | |
parent | c0d1334f6e23b1cfb21d302e3a4b32c449c26547 (diff) | |
download | rsyslog-b056c258d7bab528034ec8c8749cdcf0d0102268.tar.gz rsyslog-b056c258d7bab528034ec8c8749cdcf0d0102268.tar.bz2 rsyslog-b056c258d7bab528034ec8c8749cdcf0d0102268.zip |
step: generalized new config interface for all module types
Diffstat (limited to 'plugins/imtemplate/imtemplate.c')
-rw-r--r-- | plugins/imtemplate/imtemplate.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/imtemplate/imtemplate.c b/plugins/imtemplate/imtemplate.c index 0cc9451e..f2b4752d 100644 --- a/plugins/imtemplate/imtemplate.c +++ b/plugins/imtemplate/imtemplate.c @@ -100,6 +100,7 @@ struct modConfData_s { }; +#if 0 /* can be used to integrate into new config system */ BEGINbeginCnfLoad CODESTARTbeginCnfLoad ENDbeginCnfLoad @@ -123,6 +124,7 @@ ENDactivateCnf BEGINfreeCnf CODESTARTfreeCnf ENDfreeCnf +#endif /* You may add any functions that you feel are useful for your needs. No specific restrictions |