diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-03 07:27:32 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-03 07:27:32 +0000 |
commit | 2be9977a4db263400c8ba56c82e576b7da42cd86 (patch) | |
tree | fd09d8955e4cf229d09d0885c9442927953fd9c1 /queue.h | |
parent | 9b48c4a481c64503605f25e1d0648d24f43437f1 (diff) | |
download | rsyslog-2be9977a4db263400c8ba56c82e576b7da42cd86.tar.gz rsyslog-2be9977a4db263400c8ba56c82e576b7da42cd86.tar.xz rsyslog-2be9977a4db263400c8ba56c82e576b7da42cd86.zip |
new property access functions
Diffstat (limited to 'queue.h')
-rw-r--r-- | queue.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |