Minor cleanups

This commit is contained in:
Martin Hurton
2013-06-06 11:00:41 +02:00
parent c3e40736de
commit 4e47084dd4
4 changed files with 15 additions and 16 deletions

View File

@@ -108,9 +108,9 @@ 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 *> terminating_pipes;
std::set <pipe_t *> terminating_pipes;
// This flag is true if the remainder of the message being processed
// is still in the in pipe.