diff options
Diffstat (limited to 'proto/static/static.h')
-rw-r--r-- | proto/static/static.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/proto/static/static.h b/proto/static/static.h index ba66c803..5299a9f8 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; |