diff options
Diffstat (limited to 'pimd/pim_nht.h')
-rw-r--r-- | pimd/pim_nht.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pimd/pim_nht.h b/pimd/pim_nht.h index 13bb0fcb5..e7a5fa772 100644 --- a/pimd/pim_nht.h +++ b/pimd/pim_nht.h @@ -47,8 +47,7 @@ struct pim_nexthop_cache { struct hash *upstream_hash; }; -int pim_parse_nexthop_update(int command, struct zclient *zclient, - zebra_size_t length, vrf_id_t vrf_id); +int pim_parse_nexthop_update(ZAPI_CALLBACK_ARGS); int pim_find_or_track_nexthop(struct pim_instance *pim, struct prefix *addr, struct pim_upstream *up, struct rp_info *rp, struct pim_nexthop_cache *out_pnc); |