diff options
Diffstat (limited to 'zebra/zebra_mroute.h')
| -rw-r--r-- | zebra/zebra_mroute.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/zebra/zebra_mroute.h b/zebra/zebra_mroute.h index 616c3a83ab..3385153600 100644 --- a/zebra/zebra_mroute.h +++ b/zebra/zebra_mroute.h @@ -22,13 +22,14 @@ #ifndef __ZEBRA_MROUTE_H__ #define __ZEBRA_MROUTE_H__ +#include "zebra/zserv.h" + struct mcast_route_data { struct prefix_sg sg; unsigned int ifindex; unsigned long long lastused; }; -int zebra_ipmr_route_stats(struct zserv *client, u_short length, - struct zebra_vrf *zvf); +void zebra_ipmr_route_stats(ZAPI_HANDLER_ARGS); #endif |
