summaryrefslogtreecommitdiff
path: root/pimd/pim_nht.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-05-19 15:45:51 -0400
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-07-24 13:51:35 -0400
commitcf663cebb3af7d147a8272af6e501db41ed26286 (patch)
treef2be1f073d0bf7aed47751bba9cd8f7612264e32 /pimd/pim_nht.h
parent25bdac421ea883ce14a97aacb7f5058cbfbfe76d (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.h2
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);