From ea86e4042b7459fbf5d96835c509cb743bf013c0 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 4 Jun 2012 10:29:49 +0200 Subject: ospf6d: complete SNMP implementation of ospfv3AreaTable --- ospf6d/ospf6_area.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ospf6d/ospf6_area.h') diff --git a/ospf6d/ospf6_area.h b/ospf6d/ospf6_area.h index c7c5ee35..e8a4fbd8 100644 --- a/ospf6d/ospf6_area.h +++ b/ospf6d/ospf6_area.h @@ -57,6 +57,7 @@ struct ospf6_area struct thread *thread_spf_calculation; struct thread *thread_route_calculation; + u_int32_t spf_calculation; /* SPF calculation count */ struct thread *thread_router_lsa; struct thread *thread_intra_prefix_lsa; -- cgit v1.2.1