From 2daa0bb49d52aeb1aa60c94505bdad72348e5d8e Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sun, 5 Dec 2010 09:48:52 +0100 Subject: XSUB accepts (un)subscriptions in form of messages. Signed-off-by: Martin Sustrik --- src/sub.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/sub.hpp') diff --git a/src/sub.hpp b/src/sub.hpp index 0ea1fc4..44fbc9c 100644 --- a/src/sub.hpp +++ b/src/sub.hpp @@ -32,6 +32,10 @@ namespace zmq sub_t (class ctx_t *parent_, uint32_t tid_); ~sub_t (); + protected: + + int xsetsockopt (int option_, const void *optval_, size_t optvallen_); + private: sub_t (const sub_t&); -- cgit v1.2.3