Revert "Replace incomplete count with a std::set"

This reverts commit 4aa5ba3d11.
Unintentional merge
This commit is contained in:
Ian Barber
2012-06-12 14:07:54 +01:00
parent 4aa5ba3d11
commit 6117a2b099
3 changed files with 22 additions and 15 deletions

View File

@@ -104,8 +104,8 @@ namespace zmq
// Pipe connecting the session to its socket.
zmq::pipe_t *pipe;
// This set is added to with pipes we are disconnecting, but haven't yet completed
std::set<pipe_t *> incomplete_pipes;
// This flag is set if we are disconnecting, but haven't yet completed
int incomplete_detach;
// This flag is true if the remainder of the message being processed
// is still in the in pipe.