]> git.proxmox.com Git - mirror_ovs.git/commit
dpif-netdev: Fix windows build.
authorDaniele Di Proietto <diproiettod@vmware.com>
Wed, 19 Oct 2016 18:31:33 +0000 (11:31 -0700)
committerDaniele Di Proietto <diproiettod@vmware.com>
Wed, 19 Oct 2016 22:14:51 +0000 (15:14 -0700)
commit8917677498cd50642aa165f055014c15b468d0a7
tree96c4bc66209a50381e201304fba1a657e81ef094
parent11990a5274f7411eb5a07f6accef9f17d32eb7e4
dpif-netdev: Fix windows build.

OVS_ALIGNED_VAR(...) should be at the beginning of a definition, as
the example in include/openvswitch/compiler.h shows.

Fixes: 38ee0814978c ("dpif-netdev: Cache align netdev_flow_keys.")
Reported-by: Joe Stringer <joe@ovn.org>
Signed-off-by: Daniele Di Proietto <diproiettod@vmware.com>
Acked-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Acked-by: Sairam Venugopal <vsairam@vmware.com>
lib/dpif-netdev.c