Make the ovs_be<N> types generally available.
authorBen Pfaff <blp@nicira.com>
Thu, 21 Oct 2010 18:31:43 +0000 (11:31 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 29 Oct 2010 16:48:47 +0000 (09:48 -0700)
commitfba473391b92b6f2ce33a0acd68920941cb47b03
tree771f93528189876f9d50f1fa966e89c2ffe4437b
parentd98e60075528c3065ad453f7add4b30f22edcde3
Make the ovs_be<N> types generally available.

Using these types for data in network byte order makes code clearer, and
allows the "sparse" checker to give warnings for misuse.
build-aux/check-structs
include/openvswitch/datapath-protocol.h
include/openvswitch/types.h [new file with mode: 0644]