X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2Fodp-compat.h;h=7ae5df695ee9658d619a016351fcd4415057997a;hb=cdee00fd635d1e0f1eeb5d9c009daeb59abd4777;hp=5c9eb8158e44d22b099b75b09ae15838b9585120;hpb=7f8ca6459c37ede8faf13f730bcd4d9f05dfd13b;p=sliver-openvswitch.git diff --git a/datapath/odp-compat.h b/datapath/odp-compat.h index 5c9eb8158..7ae5df695 100644 --- a/datapath/odp-compat.h +++ b/datapath/odp-compat.h @@ -32,7 +32,7 @@ struct compat_odp_flow { struct odp_flow_stats stats; struct odp_flow_key key; compat_uptr_t actions; - u32 n_actions; + u32 actions_len; u32 flags; }; @@ -48,7 +48,7 @@ struct compat_odp_flowvec { struct compat_odp_execute { compat_uptr_t actions; - u32 n_actions; + u32 actions_len; compat_uptr_t data; u32 length;