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/omdiscard.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/omdiscard.c')
-rw-r--r-- | tools/omdiscard.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tools/omdiscard.c b/tools/omdiscard.c index 9bc3093a..c5fb1874 100644 --- a/tools/omdiscard.c +++ b/tools/omdiscard.c @@ -6,7 +6,7 @@ * * File begun on 2007-07-24 by RGerhards * - * Copyright 2007-2012 Adiscon GmbH. + * Copyright 2007-2013 Adiscon GmbH. * * This file is part of rsyslog. * @@ -60,6 +60,11 @@ ENDcreateInstance */ +BEGINcreateWrkrInstance +CODESTARTcreateWrkrInstance +ENDcreateWrkrInstance + + BEGINdbgPrintInstInfo CODESTARTdbgPrintInstInfo /* do nothing */ @@ -118,6 +123,7 @@ ENDmodExit BEGINqueryEtryPt CODESTARTqueryEtryPt CODEqueryEtryPt_STD_OMOD_QUERIES +CODEqueryEtryPt_STD_OMOD8_QUERIES ENDqueryEtryPt |