]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospfd/ospf_route.h
Merge pull request #10655 from donaldsharp/timers_warning_when_large
[mirror_frr.git] / ospfd / ospf_route.h
index 811581c0d30415aa3213c5225acddb0957012d13..5463e70ffba574897dc981387b4da91ecea5f655 100644 (file)
@@ -124,8 +124,11 @@ struct ospf_route {
                struct route_standard std;
                struct route_external ext;
        } u;
+
+       bool changed;
 };
 
+extern const char *ospf_path_type_name(int path_type);
 extern struct ospf_path *ospf_path_new(void);
 extern void ospf_path_free(struct ospf_path *);
 extern struct ospf_path *ospf_path_lookup(struct list *, struct ospf_path *);