summaryrefslogtreecommitdiffstats
path: root/proto/ospf/ospf.h
diff options
context:
space:
mode:
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r--proto/ospf/ospf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h
index f25d7fa..d44db95 100644
--- a/proto/ospf/ospf.h
+++ b/proto/ospf/ospf.h
@@ -114,7 +114,6 @@ struct ospf_iface {
*/
struct top_hash_entry *nlsa; /* Originated net lsa */
int fadj; /* Number of full adjacent neigh */
- unsigned tick;
};
struct ospf_packet {
@@ -348,6 +347,7 @@ struct ospf_area {
int trcap; /* Transit capability? */
struct proto_ospf *po;
struct fib infib; /* FIB for intra-area routes */
+ unsigned tick;
};
struct proto_ospf {