summaryrefslogtreecommitdiff
path: root/proto/pipe
diff options
context:
space:
mode:
Diffstat (limited to 'proto/pipe')
-rw-r--r--proto/pipe/pipe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/pipe/pipe.c b/proto/pipe/pipe.c
index 82ccf38a..efb992ca 100644
--- a/proto/pipe/pipe.c
+++ b/proto/pipe/pipe.c
@@ -98,7 +98,7 @@ pipe_rt_notify(struct proto *P, struct channel *src_ch, net *n, rte *new, rte *o
}
static int
-pipe_import_control(struct proto *P, rte **ee, struct linpool *p UNUSED)
+pipe_preexport(struct proto *P, rte **ee, struct linpool *p UNUSED)
{
struct proto *pp = (*ee)->sender->proto;
@@ -179,7 +179,7 @@ pipe_init(struct proto_config *CF)
struct pipe_config *cf = (void *) CF;
P->rt_notify = pipe_rt_notify;
- P->import_control = pipe_import_control;
+ P->preexport = pipe_preexport;
P->reload_routes = pipe_reload_routes;
pipe_configure_channels(p, cf);