Thread (1 message) 1 message, 1 author, 2015-10-15
STALE3932d

Revision v4 of 3 in this series.

Revisions (3)
  1. v03 [diff vs current]
  2. v4 current
  3. v05 [diff vs current]

[PATCH v4 57/79] include/uapi/linux/openvswitch.h: use __u32 from linux/types.h

From: Mikko Rapeli <hidden>
Date: 2015-10-15 06:48:25
Also in: lkml, netdev
Subsystem: openvswitch, the rest · Maintainers: Aaron Conole, Eelco Chaudron, Ilya Maximets, Linus Torvalds

Fixes userspace compiler error:

error: unknown type name ‘uint32_t’

Signed-off-by: Mikko Rapeli <redacted>
---
 include/uapi/linux/openvswitch.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/uapi/linux/openvswitch.h b/include/uapi/linux/openvswitch.h
index 32e07d8..80c39a1 100644
--- a/include/uapi/linux/openvswitch.h
+++ b/include/uapi/linux/openvswitch.h
@@ -612,8 +612,8 @@ enum ovs_hash_alg {
  * @hash_basis: basis used for computing hash.
  */
 struct ovs_action_hash {
-	uint32_t  hash_alg;     /* One of ovs_hash_alg. */
-	uint32_t  hash_basis;
+	__u32  hash_alg;     /* One of ovs_hash_alg. */
+	__u32  hash_basis;
 };
 
 /**
-- 
2.5.0

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help