openflow: Change types from uint<N>_t to ovs_be<N>.
authorBen Pfaff <blp@nicira.com>
Wed, 4 May 2011 21:03:43 +0000 (14:03 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 16 May 2011 20:40:47 +0000 (13:40 -0700)
commit5eba3806a3a6e0531297e3cd763e23e8c1355abb
tree7bc474eed19f094a55a49a5eb99e9c7764b3a282
parentdbba996be2f0d96f4d2999d51c4ef1d16809bad9
openflow: Change types from uint<N>_t to ovs_be<N>.

I've been reluctant in the past to make wholesale changes to openflow.h
because it would be a divergence from upstream that would make comparisons
and merges more difficult.  But, in practice, no one does such comparisons
and no merges happen (because OpenFlow 1.0 is not changing).  I'd still be
inclined to resist, except that in this series I'm adding actual checking
for byte order conventions (as opposed to just documentation).
include/openflow/openflow.h