From 2be9977a4db263400c8ba56c82e576b7da42cd86 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 3 Apr 2008 07:27:32 +0000 Subject: new property access functions --- queue.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'queue.h') 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); -- cgit v1.2.3