summaryrefslogtreecommitdiffstats
path: root/nest/iface.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-03-02 19:36:09 +0100
committerMartin Mares <mj@ucw.cz>1999-03-02 19:36:09 +0100
commite35ef181a41384446aca614522a7cbb10606dd5b (patch)
treeac8f7b78a3782ea8f09c7c649fefd3ab40bd1f78 /nest/iface.h
parentbcbd8cc3be670a96e1405b896cff4be0912ba379 (diff)
downloadbird-e35ef181a41384446aca614522a7cbb10606dd5b.tar
bird-e35ef181a41384446aca614522a7cbb10606dd5b.zip
o The if_change_too_big_p change was too high-spirited. Fixed.
o Introduced if_find_by_index() o Recognizing two types of interface updates: full update (starting with if_start_update(), ending with if_end_update(), guaranteed to see all existing interfaces) and a partial update (only if_update(), usually due to asynchronous interface notifications).
Diffstat (limited to 'nest/iface.h')
-rw-r--r--nest/iface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/nest/iface.h b/nest/iface.h
index fcad718..8677be0 100644
--- a/nest/iface.h
+++ b/nest/iface.h
@@ -53,8 +53,10 @@ void if_init(void);
void if_dump(struct iface *);
void if_dump_all(void);
void if_update(struct iface *);
+void if_start_update(void);
void if_end_update(void);
void if_feed_baby(struct proto *);
+struct iface *if_find_by_index(unsigned);
/*
* Neighbor Cache. We hold (direct neighbor, protocol) pairs we've seen