From 36f1b6d7f97c0dd6e96c05876ee7ddeaa5a0a3d5 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 25 Jul 2007 10:52:47 +0000 Subject: added new function dbgPrintInstInfo() to omod interface --- omdiscard.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'omdiscard.c') diff --git a/omdiscard.c b/omdiscard.c index 8153d7e1..6b4034ab 100644 --- a/omdiscard.c +++ b/omdiscard.c @@ -45,6 +45,12 @@ ENDcreateInstance */ +BEGINdbgPrintInstInfo +CODESTARTdbgPrintInstInfo + /* do nothing */ +ENDdbgPrintInstInfo + + BEGINisCompatibleWithFeature CODESTARTisCompatibleWithFeature /* we are not compatible with repeated msg reduction feature, so do not allow it */ -- cgit