From 56619463ac26dc6c3e576d2fbf6b544eebeb5148 Mon Sep 17 00:00:00 2001 From: Martin Lucina Date: Sun, 20 May 2012 11:24:59 +0200 Subject: Imported Upstream version 2.2.0 --- src/command.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/command.hpp') diff --git a/src/command.hpp b/src/command.hpp index 35aed0f..49f5642 100644 --- a/src/command.hpp +++ b/src/command.hpp @@ -72,7 +72,7 @@ namespace zmq // session that the connection have failed. struct { struct i_engine *engine; - unsigned char peer_identity_size; + size_t peer_identity_size; unsigned char *peer_identity; } attach; @@ -81,7 +81,7 @@ namespace zmq struct { class reader_t *in_pipe; class writer_t *out_pipe; - unsigned char peer_identity_size; + size_t peer_identity_size; unsigned char *peer_identity; } bind; -- cgit v1.2.3