ofproto: Mark 'ofproto' arg in is_mirror_output_bundle() as const.
authorJustin Pettit <jpettit@nicira.com>
Mon, 10 Oct 2011 23:44:28 +0000 (16:44 -0700)
committerJustin Pettit <jpettit@nicira.com>
Sat, 22 Oct 2011 23:16:08 +0000 (16:16 -0700)
commitb4affc74175281b1300d879df56d8558bd553ea5
tree4577a6d56b61b76baa282641143f70f7f60e4d74
parent3310b5708bfb066986de399aa27d922763a1cb2c
ofproto: Mark 'ofproto' arg in is_mirror_output_bundle() as const.

No changes are made to 'ofproto', so it's safe to mark the argument as
const.  This will be useful in a later commit.
ofproto/ofproto-dpif.c
ofproto/ofproto-provider.h
ofproto/ofproto.c
ofproto/ofproto.h