From 9bd309bda6522dfdd514dd0c4edae04322c83ed1 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Tue, 1 Dec 2009 18:50:54 +0100 Subject: annoying optimisation in 'bind' command removed --- src/command.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/command.hpp') 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 -- cgit v1.2.3