summaryrefslogtreecommitdiffstats
path: root/proto/ospf/ospf.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-02-25 15:26:54 +0100
committerOndrej Filip <feela@network.cz>2000-02-25 15:26:54 +0100
commitb786df7035f43bb5eb4f7bca980e3bf684e527b7 (patch)
tree990b3733af3e963f05f682bfb491c5bb0036e16a /proto/ospf/ospf.h
parent2d496d2028e1283384f1c9d243f96eb59c42297e (diff)
downloadbird-b786df7035f43bb5eb4f7bca980e3bf684e527b7.tar
bird-b786df7035f43bb5eb4f7bca980e3bf684e527b7.zip
Memory allocation in ospf_area changed.
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r--proto/ospf/ospf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h
index 05e79e7..647deba 100644
--- a/proto/ospf/ospf.h
+++ b/proto/ospf/ospf.h
@@ -220,7 +220,6 @@ struct proto_ospf {
list iface_list; /* Interfaces we really use */
int areano; /* Number of area I belong to */
struct ospf_area *firstarea;
- slab *areaslab;
};
static int ospf_start(struct proto *p);