From e86827511b35231679085dc236e9744184ed4609 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sat, 14 Apr 2012 14:33:59 +0200 Subject: Filters can transform user subscriptions to wire subscription Till now the subscription, as specified by the user, was send upstream. This patch allows SUB-side filter to transform the user subscription into wire subscription. For example, only a has can be sent upstream instead of a perfect subscription. Signed-off-by: Martin Sustrik --- src/xsub.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/xsub.hpp') diff --git a/src/xsub.hpp b/src/xsub.hpp index f8296d5..5bc11c4 100644 --- a/src/xsub.hpp +++ b/src/xsub.hpp @@ -28,7 +28,6 @@ #include "socket_base.hpp" #include "session_base.hpp" #include "dist.hpp" -#include "core.hpp" #include "fq.hpp" namespace xs @@ -38,7 +37,7 @@ namespace xs class pipe_t; class io_thread_t; - class xsub_t : public socket_base_t, public core_t + class xsub_t : public socket_base_t { public: -- cgit v1.2.3