summaryrefslogtreecommitdiff
path: root/src/xsub.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2012-04-14 14:33:59 +0200
committerMartin Sustrik <sustrik@250bpm.com>2012-04-15 06:56:54 +0200
commite86827511b35231679085dc236e9744184ed4609 (patch)
treec8aea816ed2c5ed6b1d383367c6e34576b2c3d7c /src/xsub.hpp
parent71cf5791422c7a461520fce8225342c27821e774 (diff)
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 <sustrik@250bpm.com>
Diffstat (limited to 'src/xsub.hpp')
-rw-r--r--src/xsub.hpp3
1 files changed, 1 insertions, 2 deletions
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: