diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-26 17:30:51 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-26 17:30:51 +0000 |
commit | 439f19ad38f5dcc3282d450a2a15cea3238fc754 (patch) | |
tree | 1cc92b98f533a92de5fc97c528497e27b588714f /queue.h | |
parent | 1fb59126b0f9facb88cbbdc0331035f7e9dd80a7 (diff) | |
download | rsyslog-439f19ad38f5dcc3282d450a2a15cea3238fc754.tar.gz rsyslog-439f19ad38f5dcc3282d450a2a15cea3238fc754.tar.xz rsyslog-439f19ad38f5dcc3282d450a2a15cea3238fc754.zip |
partially fixed bug that caused rsyslogd to stall processing enqueued
messages after turning off DA mode and before any new message were
arrived (if a new message arrived, everything went back to normal, so
it was a temporary halt)
Diffstat (limited to 'queue.h')
-rw-r--r-- | queue.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -167,6 +167,7 @@ PROTOTYPEpropSetMeth(queue, iLowWtrMrk, int); PROTOTYPEpropSetMeth(queue, iDiscardMrk, int); PROTOTYPEpropSetMeth(queue, iDiscardSeverity, int); PROTOTYPEpropSetMeth(queue, iMinMsgsPerWrkr, int); +PROTOTYPEpropSetMeth(queue, bSaveOnShutdown, int); #define queueGetID(pThis) ((unsigned long) pThis) #endif /* #ifndef QUEUE_H_INCLUDED */ |