summaryrefslogtreecommitdiff
path: root/zebra/zebra_mroute.h
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/zebra_mroute.h')
-rw-r--r--zebra/zebra_mroute.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/zebra/zebra_mroute.h b/zebra/zebra_mroute.h
index 3c12b82da3..6c56c2e41d 100644
--- a/zebra/zebra_mroute.h
+++ b/zebra/zebra_mroute.h
@@ -29,7 +29,9 @@ extern "C" {
#endif
struct mcast_route_data {
- struct prefix_sg sg;
+ int family;
+ struct ipaddr src;
+ struct ipaddr grp;
unsigned int ifindex;
unsigned long long lastused;
};