summaryrefslogtreecommitdiff
path: root/proto/ospf/ospf.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-02-25 19:19:41 +0000
committerOndrej Filip <feela@network.cz>2000-02-25 19:19:41 +0000
commitde30342f97490e3a3626c4a5fbf3352d1d0aa9c8 (patch)
tree619cba8dfcfb09e420655984ceaf7bb63bf77ad0 /proto/ospf/ospf.h
parentb786df7035f43bb5eb4f7bca980e3bf684e527b7 (diff)
Router LSA & area adding.
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r--proto/ospf/ospf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h
index 647debad..c161deaa 100644
--- a/proto/ospf/ospf.h
+++ b/proto/ospf/ospf.h
@@ -213,6 +213,8 @@ struct ospf_area {
struct ospf_area *next;
u32 areaid;
struct top_graph *gr; /* LSA graph */
+ struct top_hash_entry *rt; /* My own router LSA */
+ slab *rtlinks;
};
struct proto_ospf {