From 2e78e48503375a415d95ee8df80df9c065172abc Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Fri, 12 Feb 2010 20:49:00 +0100 Subject: Multi-hop REQ/REP, part V., peer identity is passed from init object to session --- src/command.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/command.hpp') diff --git a/src/command.hpp b/src/command.hpp index 976285e..6187b72 100644 --- a/src/command.hpp +++ b/src/command.hpp @@ -66,6 +66,8 @@ namespace zmq // Attach the engine to the session. struct { struct i_engine *engine; + unsigned char peer_identity_size; + unsigned char *peer_identity; } attach; // Sent from session to socket to establish pipe(s) between them. -- cgit v1.2.3