diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-06-29 16:45:38 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-07-24 19:51:41 +0200 |
commit | 64c86530951bce66d2779134a64e208f5a7979f3 (patch) | |
tree | 72bc7d972083d8dc5a1a51d20fa4bf8bc79f5035 /pimd/pim_nht.h | |
parent | pimd: Fix some small crashes in pim (diff) | |
download | frr-64c86530951bce66d2779134a64e208f5a7979f3.tar.xz frr-64c86530951bce66d2779134a64e208f5a7979f3.zip |
pimd: Put 'struct pim_instance *' as the first function parameter
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_nht.h')
-rw-r--r-- | pimd/pim_nht.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_nht.h b/pimd/pim_nht.h index 01cfa6ff0..1b00315f6 100644 --- a/pimd/pim_nht.h +++ b/pimd/pim_nht.h @@ -66,7 +66,7 @@ int pim_ecmp_nexthop_lookup(struct pim_instance *pim, struct pim_nexthop *nexthop, struct in_addr addr, struct prefix *src, struct prefix *grp, int neighbor_needed); -void pim_sendmsg_zebra_rnh(struct zclient *zclient, struct pim_instance *pim, +void pim_sendmsg_zebra_rnh(struct pim_instance *pim, struct zclient *zclient, struct pim_nexthop_cache *pnc, int command); int pim_update_rp_nh(struct pim_instance *pim, struct pim_nexthop_cache *pnc); void pim_resolve_upstream_nh(struct pim_instance *pim, struct prefix *nht_p); |