Diff for /embedaddon/quagga/ospfd/ospf_spf.h between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 17:26:12 version 1.1.1.2, 2016/11/02 10:09:12
Line 59  struct vertex_parent Line 59  struct vertex_parent
   int backlink;                 /* index back to parent for router-lsa's */    int backlink;                 /* index back to parent for router-lsa's */
 };  };
   
extern void ospf_spf_calculate_schedule (struct ospf *);/* What triggered the SPF ? */
 typedef enum {
   SPF_FLAG_ROUTER_LSA_INSTALL = 1,
   SPF_FLAG_NETWORK_LSA_INSTALL,
   SPF_FLAG_SUMMARY_LSA_INSTALL,
   SPF_FLAG_ASBR_SUMMARY_LSA_INSTALL,
   SPF_FLAG_MAXAGE,
   SPF_FLAG_ABR_STATUS_CHANGE,
   SPF_FLAG_ASBR_STATUS_CHANGE,
   SPF_FLAG_CONFIG_CHANGE,
 } ospf_spf_reason_t;
 
 extern void ospf_spf_calculate_schedule (struct ospf *, ospf_spf_reason_t);
 extern void ospf_rtrs_free (struct route_table *);  extern void ospf_rtrs_free (struct route_table *);
   
 /* void ospf_spf_calculate_timer_add (); */  /* void ospf_spf_calculate_timer_add (); */
   
 #endif /* _QUAGGA_OSPF_SPF_H */  #endif /* _QUAGGA_OSPF_SPF_H */

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>