summaryrefslogtreecommitdiffstats
path: root/queue.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-03 07:27:32 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-03 07:27:32 +0000
commit2be9977a4db263400c8ba56c82e576b7da42cd86 (patch)
treefd09d8955e4cf229d09d0885c9442927953fd9c1 /queue.h
parent9b48c4a481c64503605f25e1d0648d24f43437f1 (diff)
downloadrsyslog-2be9977a4db263400c8ba56c82e576b7da42cd86.tar.gz
rsyslog-2be9977a4db263400c8ba56c82e576b7da42cd86.tar.xz
rsyslog-2be9977a4db263400c8ba56c82e576b7da42cd86.zip
new property access functions
Diffstat (limited to 'queue.h')
-rw-r--r--queue.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/queue.h b/queue.h
index 6aa09a1b..ecac6ee4 100644
--- a/queue.h
+++ b/queue.h
@@ -184,6 +184,8 @@ rsRetVal queueConstruct(queue_t **ppThis, queueType_t qType, int iWorkerThreads,
int iMaxQueueSize, rsRetVal (*pConsumer)(void*,void*));
PROTOTYPEObjClassInit(queue);
PROTOTYPEpropSetMeth(queue, iPersistUpdCnt, int);
+PROTOTYPEpropSetMeth(queue, iDeqtWinFromHr, int);
+PROTOTYPEpropSetMeth(queue, iDeqtWinToHr, int);
PROTOTYPEpropSetMeth(queue, toQShutdown, long);
PROTOTYPEpropSetMeth(queue, toActShutdown, long);
PROTOTYPEpropSetMeth(queue, toWrkShutdown, long);