summaryrefslogtreecommitdiffstats
path: root/wtp.h
diff options
context:
space:
mode:
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));