diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-25 10:52:47 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-25 10:52:47 +0000 |
commit | 36f1b6d7f97c0dd6e96c05876ee7ddeaa5a0a3d5 (patch) | |
tree | 0dc4db7ed2fd7ffa5efba0c4ee246088a91ea2ab /omdiscard.c | |
parent | a3192ac18ed9df7d95d0c8d5795994e867c85eca (diff) | |
download | rsyslog-36f1b6d7f97c0dd6e96c05876ee7ddeaa5a0a3d5.tar.gz rsyslog-36f1b6d7f97c0dd6e96c05876ee7ddeaa5a0a3d5.tar.bz2 rsyslog-36f1b6d7f97c0dd6e96c05876ee7ddeaa5a0a3d5.zip |
added new function dbgPrintInstInfo() to omod interface
Diffstat (limited to 'omdiscard.c')
-rw-r--r-- | omdiscard.c | 6 |
1 files changed, 6 insertions, 0 deletions
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 */ |