summaryrefslogtreecommitdiffstats
path: root/runtime/wtp.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-07-20 09:47:12 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-07-20 09:47:12 +0200
commitb3978e7f7381c694a30a83c67c3fe2e1acc54207 (patch)
tree02bdcc2ba4f39fa15c1474567ab877e744050d2d /runtime/wtp.h
parent01acb7928e4e72b08279da15d376adff9c3c3840 (diff)
downloadrsyslog-b3978e7f7381c694a30a83c67c3fe2e1acc54207.tar.gz
rsyslog-b3978e7f7381c694a30a83c67c3fe2e1acc54207.tar.xz
rsyslog-b3978e7f7381c694a30a83c67c3fe2e1acc54207.zip
more cleanup/simplification (forgot to remove one mutex lock)
Diffstat (limited to 'runtime/wtp.h')
-rw-r--r--runtime/wtp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/wtp.h b/runtime/wtp.h
index 88683ea2..358ced3a 100644
--- a/runtime/wtp.h
+++ b/runtime/wtp.h
@@ -86,7 +86,6 @@ rsRetVal wtpWakeupAllWrkr(wtp_t *pThis);
rsRetVal wtpCancelAll(wtp_t *pThis);
rsRetVal wtpSetDbgHdr(wtp_t *pThis, uchar *pszMsg, size_t lenMsg);
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, pfRateLimiter, rsRetVal(*pVal)(void*));