datapath: Fix odp-compat definition of struct compat_odp_execute.
authorBen Pfaff <blp@nicira.com>
Thu, 2 Dec 2010 19:16:30 +0000 (11:16 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 7 Dec 2010 21:42:57 +0000 (13:42 -0800)
commit06448753e21dcacdce11d7a7e55526561836f550
treef65b92f48edf01b20c8143e6b3c263bc6f19cef0
parent4f564f8dc77a40036b2552902ace44dfb274c36e
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 <blp@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/odp-compat.h