summaryrefslogtreecommitdiffstats
path: root/proto/static/static.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-02-05 22:38:22 +0100
committerMartin Mares <mj@ucw.cz>1999-02-05 22:38:22 +0100
commite9e3dc265971fbf985c5df09cb1d98494c386581 (patch)
tree1ffb35e0025ff9eee1b325d2deaf2ccec418a08d /proto/static/static.h
parent31b3e1bbf5bc823ec5cf6d88931132f00e6c52b9 (diff)
downloadbird-e9e3dc265971fbf985c5df09cb1d98494c386581.tar
bird-e9e3dc265971fbf985c5df09cb1d98494c386581.zip
Modified static router to use new interface.
Diffstat (limited to 'proto/static/static.h')
-rw-r--r--proto/static/static.h6
1 files changed, 3 insertions, 3 deletions
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;