aboutsummaryrefslogtreecommitdiff
path: root/src/filter_registry.c
diff options
context:
space:
mode:
authorAlbin Eldstål-Damlin <laeder.keps@gmail.com>2009-12-13 21:23:57 +0100
committerMax Kellermann <max@duempel.org>2009-12-14 17:41:28 +0100
commite28c5a0beb86de7d45135443116205df509b8664 (patch)
tree4fb47386bcbbac8827cb27260fb2679b0b2a9963 /src/filter_registry.c
parentc38b9490a8086290926d6dfec87f6999ec675ca6 (diff)
Initial (statically configured) route filter plugin
Diffstat (limited to 'src/filter_registry.c')
-rw-r--r--src/filter_registry.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filter_registry.c b/src/filter_registry.c
index a6aaa2bf..2685b324 100644
--- a/src/filter_registry.c
+++ b/src/filter_registry.c
@@ -27,6 +27,7 @@
const struct filter_plugin *const filter_plugins[] = {
&null_filter_plugin,
&chain_filter_plugin,
+ &route_filter_plugin,
&volume_filter_plugin,
NULL,
};