Make the string parameters const for do_flow_mod__()
authorSimon Horman <horms@verge.net.au>
Thu, 23 Feb 2012 23:06:21 +0000 (08:06 +0900)
committerBen Pfaff <blp@nicira.com>
Mon, 27 Feb 2012 18:14:08 +0000 (10:14 -0800)
commita7fc17440c2d5ca3963e3b94b16672ad1afd8f12
tree7bf7e3afc8981a7b027e96fa4cee1ea1eced9548
parent541bc79f73add327072470c9bc3febb4195cdb3c
Make the string parameters const for do_flow_mod__()

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 <horms@verge.net.au>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/ofp-parse.c
lib/ofp-parse.h