On Fri, Feb 24, 2012 at 08:06:21AM +0900, Simon Horman wrote:
> Make the string parameter of parse_ofp_flow_stats_request_str() and
> parse_ofp_flow_mod_str() const
> 
> * Both parse_ofp_flow_stats_request_str() and parse_ofp_flow_mod_str()
>   only pass their string parameter to it to parse_ofp_str() which treats
>   the parameter as const.
> * do_flow_mod__() may pass a const string as the string argument to
>   parse_ofp_flow_stats_request_str() and parse_ofp_flow_mod_str()
> 
> Signed-off-by: Simon Horman <ho...@verge.net.au>

Thanks, applied.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to