ofproto: Mark 'ofproto' arg in is_mirror_output_bundle() as const.
[sliver-openvswitch.git] / ofproto / ofproto-provider.h
index 38dbd2d..4abe92a 100644 (file)
@@ -970,7 +970,7 @@ struct ofproto_class {
 
     /* Returns true if 'aux' is a registered bundle that is currently in use as
      * the output for a mirror. */
-    bool (*is_mirror_output_bundle)(struct ofproto *ofproto, void *aux);
+    bool (*is_mirror_output_bundle)(const struct ofproto *ofproto, void *aux);
 
     /* When the configuration option of forward_bpdu changes, this function
      * will be invoked. */