summaryrefslogtreecommitdiff
path: root/src/command.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.commkdir>2009-12-01 18:50:54 +0100
committerMartin Sustrik <sustrik@fastmq.commkdir>2009-12-01 18:50:54 +0100
commit9bd309bda6522dfdd514dd0c4edae04322c83ed1 (patch)
treeffcb1f097b219f64cffb079e1e36a54d2f624e8b /src/command.hpp
parentc04583ff6ca3c27de5628a61b6b6ce59fd13c9d9 (diff)
annoying optimisation in 'bind' command removed
Diffstat (limited to 'src/command.hpp')
-rw-r--r--src/command.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/command.hpp b/src/command.hpp
index 3099852..8aa7c56 100644
--- a/src/command.hpp
+++ b/src/command.hpp
@@ -69,12 +69,10 @@ namespace zmq
} attach;
// Sent from session to socket to establish pipe(s) between them.
- // If adjust_seqnum is true, caller have used inc_seqnum beforehand
- // and thus the callee should take care of catching up.
+ // Caller have used inc_seqnum beforehand sending the command.
struct {
class reader_t *in_pipe;
class writer_t *out_pipe;
- bool adjust_seqnum;
} bind;
// Sent by pipe writer to inform dormant pipe reader that there