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/ompipe.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/ompipe.c')
-rw-r--r-- | tools/ompipe.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tools/ompipe.c b/tools/ompipe.c index 6d44cd00..29a1a0b6 100644 --- a/tools/ompipe.c +++ b/tools/ompipe.c @@ -12,7 +12,7 @@ * NOTE: read comments in module-template.h to understand how this pipe * works! * - * Copyright 2007-2012 Rainer Gerhards and Adiscon GmbH. + * Copyright 2007-2013 Rainer Gerhards and Adiscon GmbH. * * This file is part of rsyslog. * @@ -283,6 +283,11 @@ CODESTARTcreateInstance ENDcreateInstance +BEGINcreateWrkrInstance +CODESTARTcreateWrkrInstance +ENDcreateWrkrInstance + + BEGINfreeInstance CODESTARTfreeInstance free(pData->pipe); @@ -394,6 +399,7 @@ ENDmodExit BEGINqueryEtryPt CODESTARTqueryEtryPt CODEqueryEtryPt_STD_OMOD_QUERIES +CODEqueryEtryPt_STD_OMOD8_QUERIES CODEqueryEtryPt_doHUP CODEqueryEtryPt_STD_CONF2_QUERIES CODEqueryEtryPt_STD_CONF2_CNFNAME_QUERIES |