From: Ben Pfaff Date: Thu, 2 Dec 2010 19:16:30 +0000 (-0800) Subject: datapath: Fix odp-compat definition of struct compat_odp_execute. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06448753e21dcacdce11d7a7e55526561836f550;p=openvswitch datapath: Fix odp-compat definition of struct compat_odp_execute. The in_port member and padding were removed from struct odp_execute some time ago, but the compat definition didn't reflect this. Signed-off-by: Ben Pfaff Acked-by: Jesse Gross --- diff --git a/datapath/odp-compat.h b/datapath/odp-compat.h index c9d36dfe..5c9eb815 100644 --- a/datapath/odp-compat.h +++ b/datapath/odp-compat.h @@ -47,10 +47,6 @@ struct compat_odp_flowvec { }; struct compat_odp_execute { - u16 in_port; - u16 reserved1; - u32 reserved2; - compat_uptr_t actions; u32 n_actions;