From c8e8f2a24cd339c548e06f75a3cef96454671a85 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Fri, 15 Jul 2011 11:24:33 +0200 Subject: ZMQ_IDENTITY socket option removed This patch simplifies the whole codebase significantly, including dropping depedency on libuuid. Signed-off-by: Martin Sustrik --- src/pull.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pull.cpp') diff --git a/src/pull.cpp b/src/pull.cpp index 5e48777..afde236 100644 --- a/src/pull.cpp +++ b/src/pull.cpp @@ -33,7 +33,7 @@ zmq::pull_t::~pull_t () { } -void zmq::pull_t::xattach_pipe (pipe_t *pipe_, const blob_t &peer_identity_) +void zmq::pull_t::xattach_pipe (pipe_t *pipe_) { zmq_assert (pipe_); fq.attach (pipe_); -- cgit v1.2.3