diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-27 16:24:05 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-27 16:24:05 +0000 |
commit | 4b44a34d71b8b9bfc2574adeff4e735a8e97c876 (patch) | |
tree | 3807fd8ccb94b4a3d9beb9da754bfa0bb3d46c5c /wtp.h | |
parent | 7d8b1c293746d325db7f93d343a952e382da9ddd (diff) | |
download | rsyslog-4b44a34d71b8b9bfc2574adeff4e735a8e97c876.tar.gz rsyslog-4b44a34d71b8b9bfc2574adeff4e735a8e97c876.tar.xz rsyslog-4b44a34d71b8b9bfc2574adeff4e735a8e97c876.zip |
some more fixing and cleanup on the queue shutdown sequence
Diffstat (limited to 'wtp.h')
-rw-r--r-- | wtp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -96,6 +96,7 @@ rsRetVal wtpCancelAll(wtp_t *pThis); rsRetVal wtpSetDbgHdr(wtp_t *pThis, uchar *pszMsg, size_t lenMsg); rsRetVal wtpSignalWrkrTermination(wtp_t *pWtp); rsRetVal wtpShutdownAll(wtp_t *pThis, wtpState_t tShutdownCmd, struct timespec *ptTimeout); +int wtpGetCurNumWrkr(wtp_t *pThis, int bLockMutex); PROTOTYPEObjClassInit(wtp); PROTOTYPEpropSetMethFP(wtp, pfChkStopWrkr, rsRetVal(*pVal)(void*, int)); PROTOTYPEpropSetMethFP(wtp, pfIsIdle, rsRetVal(*pVal)(void*, int)); |