From e9e3dc265971fbf985c5df09cb1d98494c386581 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 5 Feb 1999 21:38:22 +0000 Subject: Modified static router to use new interface. --- proto/static/static.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'proto/static/static.h') diff --git a/proto/static/static.h b/proto/static/static.h index ba66c80..5299a9f 100644 --- a/proto/static/static.h +++ b/proto/static/static.h @@ -9,13 +9,13 @@ #ifndef _BIRD_STATIC_H_ #define _BIRD_STATIC_H_ -struct static_proto { - struct proto p; +struct static_config { + struct proto_config c; list iface_routes; /* Routes to search on interface events */ list other_routes; /* Routes hooked to neighbor cache and reject routes */ }; -void static_init_instance(struct static_proto *); +void static_init_config(struct static_config *); struct static_route { node n; -- cgit v1.2.3