summaryrefslogtreecommitdiff
path: root/src/command.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-09-17 12:58:20 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-09-17 12:58:20 +0200
commitc7b9ba3ccdd5a18afb22dda1afee16c938076c25 (patch)
treecfaab4b02d3c6e7e2437f790364885babd033622 /src/command.hpp
parent85aa25e56cbf6f4194162235fc06bed8683b1bad (diff)
reconnection process fixed when failure occurs during init phase
Diffstat (limited to 'src/command.hpp')
-rw-r--r--src/command.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/command.hpp b/src/command.hpp
index a72d3ca..c64ca92 100644
--- a/src/command.hpp
+++ b/src/command.hpp
@@ -64,7 +64,8 @@ namespace zmq
class own_t *object;
} own;
- // Attach the engine to the session.
+ // Attach the engine to the session. If engine is NULL, it informs
+ // session that the connection have failed.
struct {
struct i_engine *engine;
unsigned char peer_identity_size;