Problem: modifying pipe from different thread is not safe

Solution: revert change from #2299 to avoid bugs while we look for an
alternative and thread-safe solution
This commit is contained in:
Luca Boccassi
2017-01-10 11:38:02 +00:00
parent 598befc1f8
commit 9f1ba60f50
3 changed files with 0 additions and 9 deletions

View File

@@ -133,9 +133,6 @@ namespace zmq
// Set the high water marks.
void set_hwms (int inhwm_, int outhwm_);
// Set the high water marks for peer.
void set_peer_hwms (int inhwm_, int outhwm_);
// Set the boost to high water marks, used by inproc sockets so total hwm are sum of connect and bind sockets watermarks
void set_hwms_boost(int inhwmboost_, int outhwmboost_);