From f8f1e1f110c3ff1aec03a9fa918257cf4d29e916 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Tue, 6 Jun 2000 00:46:00 +0000 Subject: Interface locks added. --- proto/ospf/ospf.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'proto/ospf/ospf.h') diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 6736fa0..65bb605 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -26,6 +26,7 @@ #include "nest/iface.h" #include "nest/route.h" #include "nest/cli.h" +#include "nest/locks.h" #include "conf/conf.h" #include "lib/string.h" @@ -70,6 +71,7 @@ struct ospf_iface { struct proto_ospf *proto; struct iface *iface; /* Nest's iface */ struct ospf_area *oa; + struct object_lock *lock; u32 an; /* Area number */ sock *hello_sk; /* Hello socket */ sock *dr_sk; /* For states DR or BACKUP */ -- cgit v1.2.3