diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-08-02 13:22:23 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-08-02 13:22:23 +0000 |
commit | 2b2cdb5a6c2e8659771451571c77844488c6fa92 (patch) | |
tree | 003a80adf06626daaa4effa81fe63a50383642b0 /omdiscard.c | |
parent | 9f7b03b801ed82e499666e5c29b4dda094fb1d57 (diff) | |
download | rsyslog-2b2cdb5a6c2e8659771451571c77844488c6fa92.tar.gz rsyslog-2b2cdb5a6c2e8659771451571c77844488c6fa92.tar.xz rsyslog-2b2cdb5a6c2e8659771451571c77844488c6fa92.zip |
added tryResume() API to module interface
Diffstat (limited to 'omdiscard.c')
-rw-r--r-- | omdiscard.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/omdiscard.c b/omdiscard.c index 3b4d4a73..b6ba3a2f 100644 --- a/omdiscard.c +++ b/omdiscard.c @@ -62,6 +62,10 @@ CODESTARTisCompatibleWithFeature ENDisCompatibleWithFeature +BEGINtryResume +CODESTARTtryResume +ENDtryResume + BEGINdoAction CODESTARTdoAction iRet = RS_RET_DISCARDMSG; |