diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2012-04-13 09:34:13 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2012-04-14 05:21:09 +0200 |
commit | 19894e0a1b6fbbcb62028fc6513ef3904a6f5c76 (patch) | |
tree | 365270e76f29acca4d60f66773c3ec375e413a85 /include/xs.h | |
parent | 4f120cb103db3987e01ece48648c844218b91ff2 (diff) |
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 <sustrik@250bpm.com>
Diffstat (limited to 'include/xs.h')
-rw-r--r-- | include/xs.h | 1 |
1 files changed, 0 insertions, 1 deletions
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); |