tunnel: Make tnl_port_receive() parameter 'const'.
authorBen Pfaff <blp@nicira.com>
Wed, 8 May 2013 20:21:11 +0000 (13:21 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 9 May 2013 16:49:33 +0000 (09:49 -0700)
commit2301f7ebc15e7f46a73d5c4638eec221cc9d57d4
tree0634465511bc390da160f0ea2cca95f56a614f10
parente3d8644df32fc4664970ec5e02cffe9fe742f681
tunnel: Make tnl_port_receive() parameter 'const'.

This function no longer has much need to modify its argument, because the
caller can now easily do the modification itself, so this commit makes
that change.

Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif.c
ofproto/tunnel.c
ofproto/tunnel.h