]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Merge commit 'fb7fb674' into HEAD
authorMaria Matejka <mq@ucw.cz>
Tue, 4 Oct 2022 14:09:41 +0000 (16:09 +0200)
committerMaria Matejka <mq@ucw.cz>
Tue, 4 Oct 2022 14:09:41 +0000 (16:09 +0200)
1  2 
nest/protocol.h
sysdep/unix/krt.c

diff --cc nest/protocol.h
index b473012620498ccb379d0cbb7dac7b9a9c5421ed,e9461d411948c07223bb862879d0040d5125982a..c88598ccb6734e7d52a79f6b6d3978e55c8242c7
@@@ -187,7 -188,8 +186,7 @@@ struct proto 
     *     rte_remove   Called whenever a rte is removed from the routing table.
     */
  
-   int (*rte_recalculate)(struct rtable *, struct network *, struct rte *, struct rte *, struct rte *);
+   int (*rte_recalculate)(struct rtable_private *, struct network *, struct rte *, struct rte *, struct rte *);
 -  int (*rte_better)(struct rte *, struct rte *);
    int (*rte_mergable)(struct rte *, struct rte *);
    void (*rte_insert)(struct network *, struct rte *);
    void (*rte_remove)(struct network *, struct rte *);
Simple merge