diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-21 15:03:07 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-07-24 19:51:36 +0200 |
commit | 71edad0fd50889e08e78c7134ff5108b4190f42a (patch) | |
tree | bd6e78b9be9df73ce01df9dc86fdba16e3f00aff /pimd/pim_zlookup.h | |
parent | pimd: Make XX_forward_start 'struct pim_instance *' aware (diff) | |
download | frr-71edad0fd50889e08e78c7134ff5108b4190f42a.tar.xz frr-71edad0fd50889e08e78c7134ff5108b4190f42a.zip |
pimd: Make zlookup 'struct pim_instance' aware
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_zlookup.h')
-rw-r--r-- | pimd/pim_zlookup.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pimd/pim_zlookup.h b/pimd/pim_zlookup.h index d168464ce..f8a2d59f6 100644 --- a/pimd/pim_zlookup.h +++ b/pimd/pim_zlookup.h @@ -36,7 +36,8 @@ struct pim_zlookup_nexthop { void zclient_lookup_new(void); void zclient_lookup_free(void); -int zclient_lookup_nexthop(struct pim_zlookup_nexthop nexthop_tab[], +int zclient_lookup_nexthop(struct pim_instance *pim, + struct pim_zlookup_nexthop nexthop_tab[], const int tab_size, struct in_addr addr, int max_lookup); |