提交 e6571aa5 编写于 作者: M Mikko Rapeli 提交者: David S. Miller

include/uapi/linux/openvswitch.h: use __u32 from linux/types.h

Fixes userspace compiler error:

error: unknown type name ‘uint32_t’
Signed-off-by: NMikko Rapeli <mikko.rapeli@iki.fi>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 eafe9211
...@@ -632,8 +632,8 @@ enum ovs_hash_alg { ...@@ -632,8 +632,8 @@ enum ovs_hash_alg {
* @hash_basis: basis used for computing hash. * @hash_basis: basis used for computing hash.
*/ */
struct ovs_action_hash { struct ovs_action_hash {
uint32_t hash_alg; /* One of ovs_hash_alg. */ __u32 hash_alg; /* One of ovs_hash_alg. */
uint32_t hash_basis; __u32 hash_basis;
}; };
/** /**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
反馈
建议
客服 返回
顶部