diff options
Diffstat (limited to 'zebra/zebra_mroute.h')
| -rw-r--r-- | zebra/zebra_mroute.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/zebra/zebra_mroute.h b/zebra/zebra_mroute.h index c0bac43a81..b619d50864 100644 --- a/zebra/zebra_mroute.h +++ b/zebra/zebra_mroute.h @@ -24,12 +24,12 @@ #define __ZEBRA_MROUTE_H__ struct mcast_route_data { - struct prefix_sg sg; - unsigned int ifindex; - unsigned long long lastused; + struct prefix_sg sg; + unsigned int ifindex; + unsigned long long lastused; }; -int zebra_ipmr_route_stats (struct zserv *client, int sock, u_short length, struct zebra_vrf *zvf); +int zebra_ipmr_route_stats(struct zserv *client, int sock, u_short length, + struct zebra_vrf *zvf); #endif - |
