From 19894e0a1b6fbbcb62028fc6513ef3904a6f5c76 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Fri, 13 Apr 2012 09:34:13 +0200 Subject: Separate subscription forwarding from SUB-side filtering - subscription forwarding is handled by XSUB socket - filtering is handled by SUB sockets - subscriptions are decoupled from filter engines - filter doesn't have to be able to enumarate the subscriptions (no sf_enumerate function) Signed-off-by: Martin Sustrik --- include/xs.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/xs.h') diff --git a/include/xs.h b/include/xs.h index e44587e..17a557b 100644 --- a/include/xs.h +++ b/include/xs.h @@ -294,7 +294,6 @@ typedef struct const unsigned char *data, size_t size); int (*sf_unsubscribe) (void *core, void *sf, const unsigned char *data, size_t size); - void (*sf_enumerate) (void *core, void *sf); int (*sf_match) (void *core, void *sf, const unsigned char *data, size_t size); -- cgit v1.2.3