summaryrefslogtreecommitdiff
path: root/zebra/zebra_mroute.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-10-11 08:31:35 -0400
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-10-23 18:09:22 -0400
commite4bd522a3144bcdad9124cf7d8ca2f4eadacb3e4 (patch)
tree23f02f8d610618ca94a38834e2885bb5944119f3 /zebra/zebra_mroute.h
parentbf6e101c16954da71e563aa9093e02f1853ab94b (diff)
zebra: No need to pass sock descriptor around.
Standardize the api to read zapi requests from protocols. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_mroute.h')
-rw-r--r--zebra/zebra_mroute.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_mroute.h b/zebra/zebra_mroute.h
index fda97e80d7..616c3a83ab 100644
--- a/zebra/zebra_mroute.h
+++ b/zebra/zebra_mroute.h
@@ -28,7 +28,7 @@ struct mcast_route_data {
unsigned long long lastused;
};
-int zebra_ipmr_route_stats(struct zserv *client, int sock, u_short length,
+int zebra_ipmr_route_stats(struct zserv *client, u_short length,
struct zebra_vrf *zvf);
#endif