diff options
author | Ondrej Filip <feela@network.cz> | 2000-04-30 09:32:41 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-04-30 09:32:41 +0000 |
commit | e80e9d0da5d737b7f6e65358067f62a6ac85f4fe (patch) | |
tree | 508344b964262797e686bb362ade00248dcd6be7 /proto/ospf/ospf.h | |
parent | 8c62d6e3b631d58f46d87c36826cb29f8dadeb15 (diff) |
RT calculation strongly simplified. Now, I don't need any
memory allocation. :-)
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r-- | proto/ospf/ospf.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 939bae7d..39f59bde 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -336,11 +336,6 @@ struct proto_ospf { int areano; /* Number of area I belong to */ }; -struct spf_n { - node n; - struct top_hash_entry *en; -}; - static int ospf_start(struct proto *p); static void ospf_dump(struct proto *p); static struct proto *ospf_init(struct proto_config *c); |