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 eeaf9caf1a..fda97e80d7 100644 --- a/zebra/zebra_mroute.h +++ b/zebra/zebra_mroute.h @@ -23,12 +23,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 - |
