summaryrefslogtreecommitdiffstats
path: root/runtime/wtp.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-07-20 08:58:03 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-07-20 08:58:03 +0200
commit01acb7928e4e72b08279da15d376adff9c3c3840 (patch)
tree1b176ee8f3b6e304db72386ca5a4872c1dcbdf88 /runtime/wtp.h
parent88132c79f1e75edb2caf5d3f9ad1685834785be7 (diff)
downloadrsyslog-01acb7928e4e72b08279da15d376adff9c3c3840.tar.gz
rsyslog-01acb7928e4e72b08279da15d376adff9c3c3840.tar.xz
rsyslog-01acb7928e4e72b08279da15d376adff9c3c3840.zip
some more threading changes
... as well as some cleanup
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 e2dd9409..88683ea2 100644
--- a/runtime/wtp.h
+++ b/runtime/wtp.h
@@ -82,7 +82,6 @@ rsRetVal wtpAdviseMaxWorkers(wtp_t *pThis, int nMaxWrkr);
rsRetVal wtpProcessThrdChanges(wtp_t *pThis);
rsRetVal wtpChkStopWrkr(wtp_t *pThis, int bLockUsrMutex);
rsRetVal wtpSetState(wtp_t *pThis, wtpState_t iNewState);
-rsRetVal wtpWakeupWrkr(wtp_t *pThis);
rsRetVal wtpWakeupAllWrkr(wtp_t *pThis);
rsRetVal wtpCancelAll(wtp_t *pThis);
rsRetVal wtpSetDbgHdr(wtp_t *pThis, uchar *pszMsg, size_t lenMsg);