From 72161fb075025410312c6735d681c3de9a36a4e5 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Mon, 28 Dec 2009 21:29:31 +0100 Subject: format of subscriptions changed (no * needed anymore) --- src/sub.hpp | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'src/sub.hpp') diff --git a/src/sub.hpp b/src/sub.hpp index 1eafdac..a7cd134 100644 --- a/src/sub.hpp +++ b/src/sub.hpp @@ -56,16 +56,11 @@ namespace zmq // Fair queueing object for inbound pipes. fq_t fq; - // Number of active "*" subscriptions. + // Number of active * subscriptions. int all_count; typedef std::multiset subscriptions_t; - - // List of all prefix subscriptions. - subscriptions_t prefixes; - - // List of all exact match subscriptions. - subscriptions_t topics; + subscriptions_t subscriptions; sub_t (const sub_t&); void operator = (const sub_t&); -- cgit v1.2.3