]> git.proxmox.com Git - ovs.git/commit
datapath: Fix build break in compat_query_flows().
authorBen Pfaff <blp@nicira.com>
Mon, 11 Oct 2010 21:05:37 +0000 (14:05 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 11 Oct 2010 21:20:22 +0000 (14:20 -0700)
commitc31abb566dabe942ab2b530409dc807936839b63
tree750bce5a68db33aee0bd1cb8e5fab509f219bd29
parent45ca68cbadc3697ac95c53939d2877c6c2a3782e
datapath: Fix build break in compat_query_flows().

Commit a01ef04ce "datapath: Drop padding from struct odp_flow_key" removed
the "reserved" member from struct odp_flow_key but overlooked uses of that
member from 64-bit compatibility code.  This commit fixes up the problem.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/datapath.c