summaryrefslogtreecommitdiffstats
path: root/queue.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-26 17:30:51 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-26 17:30:51 +0000
commit439f19ad38f5dcc3282d450a2a15cea3238fc754 (patch)
tree1cc92b98f533a92de5fc97c528497e27b588714f /queue.h
parent1fb59126b0f9facb88cbbdc0331035f7e9dd80a7 (diff)
downloadrsyslog-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/queue.h b/queue.h
index 70f5b925..e51e670a 100644
--- a/queue.h
+++ b/queue.h
@@ -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 */