summaryrefslogtreecommitdiff
path: root/src/command.hpp
diff options
context:
space:
mode:
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