ofproto: Mark 'ofproto' arg in is_mirror_output_bundle() as const.
[openvswitch] / ofproto / ofproto.h
index 1f39a254692d540ea9d24633c5259e960e28a211..9a8f755e3a6496e3c227a9abf07d28998470a9b0 100644 (file)
@@ -249,7 +249,7 @@ int ofproto_mirror_register(struct ofproto *, void *aux,
 int ofproto_mirror_unregister(struct ofproto *, void *aux);
 
 int ofproto_set_flood_vlans(struct ofproto *, unsigned long *flood_vlans);
-bool ofproto_is_mirror_output_bundle(struct ofproto *, void *aux);
+bool ofproto_is_mirror_output_bundle(const struct ofproto *, void *aux);
 
 /* Configuration querying. */
 bool ofproto_has_snoops(const struct ofproto *);