ofproto-dpif: Make parameters const.
authorSimon Horman <horms@verge.net.au>
Thu, 10 May 2012 00:12:02 +0000 (09:12 +0900)
committerBen Pfaff <blp@nicira.com>
Thu, 10 May 2012 17:15:26 +0000 (10:15 -0700)
commit4acbc98d3c61432e9138215e84ae91e32902d301
tree6f3de0a3b649bb4f88dce17bfb5af7fe4a437d58
parentc0516e94a0417d4d9a15f6e58660e30785e61f89
ofproto-dpif: Make parameters const.

The ofproto parameters to lookup_input_bundle(), get_ofp_port() and
get_odp_port() may be const.

Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif.c