summaryrefslogtreecommitdiffstats
path: root/wtp.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-27 16:24:05 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-27 16:24:05 +0000
commit4b44a34d71b8b9bfc2574adeff4e735a8e97c876 (patch)
tree3807fd8ccb94b4a3d9beb9da754bfa0bb3d46c5c /wtp.h
parent7d8b1c293746d325db7f93d343a952e382da9ddd (diff)
downloadrsyslog-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wtp.h b/wtp.h
index 7df3166b..6100fe52 100644
--- a/wtp.h
+++ b/wtp.h
@@ -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));