Signed-off-by: Ankur Sharma <[email protected]> Tested-by: Ankur Sharma <[email protected]> Reported-at: https://github.com/openvswitch/ovs-issues/issues/37 Acked-by: Eitan Eliahu <[email protected]> Acked-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
--- datapath-windows/ovsext/Types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/datapath-windows/ovsext/Types.h b/datapath-windows/ovsext/Types.h index e48df7a..b2ef48c 100644 --- a/datapath-windows/ovsext/Types.h +++ b/datapath-windows/ovsext/Types.h @@ -31,6 +31,7 @@ typedef uint8 __u8; /* Defines the userspace specific data types for file * included within kernel only. */ +typedef UINT16 BE16; typedef UINT32 BE32; typedef UINT64 BE64; -- 1.9.1 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
