X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2Fodp-compat.h;h=4da630ca731226d55125bf58b9c206ec532d5173;hb=36956a7d33c9ee204fcb184484a5aaacbd9ecef8;hp=ca2f17001d5f9d97ad37a1f36b046ab53ac11c74;hpb=704a1e09e9b31ea39ca41c028c7c6aaf2482283a;p=sliver-openvswitch.git diff --git a/datapath/odp-compat.h b/datapath/odp-compat.h index ca2f17001..4da630ca7 100644 --- a/datapath/odp-compat.h +++ b/datapath/odp-compat.h @@ -30,7 +30,8 @@ struct compat_odp_portvec { struct compat_odp_flow { struct odp_flow_stats stats; - struct odp_flow_key key; + compat_uptr_t key; + u32 key_len; compat_uptr_t actions; u32 actions_len; u32 flags;