diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-10-29 10:56:13 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-10-29 10:56:13 +0100 |
commit | 1960b94b8a3f210f64d141d6dd60052d4ab9220f (patch) | |
tree | d9122ca4c8ea01c12ad37cd35b348876bf0f8b69 /tools/omfwd.c | |
parent | edeee94552553cdb05bd25a8b6ff19bf0001a39b (diff) | |
download | rsyslog-1960b94b8a3f210f64d141d6dd60052d4ab9220f.tar.gz rsyslog-1960b94b8a3f210f64d141d6dd60052d4ab9220f.tar.bz2 rsyslog-1960b94b8a3f210f64d141d6dd60052d4ab9220f.zip |
move all builtin-modules to new wrkr activation interface; make this mandatory
This intentionally breaks build of modules not yet converted.
Diffstat (limited to 'tools/omfwd.c')
-rw-r--r-- | tools/omfwd.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/omfwd.c b/tools/omfwd.c index b86c995c..c6d5449c 100644 --- a/tools/omfwd.c +++ b/tools/omfwd.c @@ -339,6 +339,11 @@ CODESTARTcreateInstance ENDcreateInstance +BEGINcreateWrkrInstance +CODESTARTcreateWrkrInstance +ENDcreateWrkrInstance + + BEGINisCompatibleWithFeature CODESTARTisCompatibleWithFeature if(eFeat == sFEATURERepeatedMsgReduction) @@ -1255,6 +1260,7 @@ ENDmodExit BEGINqueryEtryPt CODESTARTqueryEtryPt CODEqueryEtryPt_STD_OMOD_QUERIES +CODEqueryEtryPt_STD_OMOD8_QUERIES CODEqueryEtryPt_STD_CONF2_QUERIES CODEqueryEtryPt_STD_CONF2_setModCnf_QUERIES CODEqueryEtryPt_STD_CONF2_OMOD_QUERIES |