From: Paul Blakey <[email protected]>

Fix the struct variable order to corrospond with
it's usage.

Signed-off-by: Paul Blakey <[email protected]>
Reviewed-by: Roi Dayan <[email protected]>
---
 lib/tc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/tc.c b/lib/tc.c
index 4f82623..9170e3e 100644
--- a/lib/tc.c
+++ b/lib/tc.c
@@ -62,8 +62,8 @@ struct tc_pedit_key_ex {
 
 struct flower_key_to_pedit {
     enum pedit_header_type htype;
-    int flower_offset;
     int offset;
+    int flower_offset;
     int size;
 };
 
-- 
2.7.5

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to