diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-19 15:45:51 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-07-24 13:51:35 -0400 |
| commit | cf663cebb3af7d147a8272af6e501db41ed26286 (patch) | |
| tree | f2be1f073d0bf7aed47751bba9cd8f7612264e32 /pimd/pim_nht.h | |
| parent | 25bdac421ea883ce14a97aacb7f5058cbfbfe76d (diff) | |
pimd: More refactor for 'struct pim_instance *' for pim_nht.c
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 4e1d0d180a..6ed57c9ecb 100644 --- a/pimd/pim_nht.h +++ b/pimd/pim_nht.h @@ -64,7 +64,7 @@ int pim_ecmp_nexthop_search(struct pim_nexthop_cache *pnc, int pim_ecmp_nexthop_lookup(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, +void pim_sendmsg_zebra_rnh(struct zclient *zclient, struct pim_instance *pim, struct pim_nexthop_cache *pnc, int command); int pim_update_rp_nh(struct pim_nexthop_cache *pnc); void pim_resolve_upstream_nh(struct prefix *nht_p); |
