]> git.proxmox.com Git - mirror_ovs.git/commit - lib/unaligned.h
unaligned.h: Fixed C++ compilation issue due to designated initializers
authorShireesh Singh <shireeshcse07@gmail.com>
Sat, 16 Dec 2017 00:58:59 +0000 (16:58 -0800)
committerBen Pfaff <blp@ovn.org>
Tue, 19 Dec 2017 22:25:06 +0000 (14:25 -0800)
commitc0f84d8f07da769ac85299124c8770bb13de6098
tree8f23417e0717e0995f05eb439739592c6bb1a2a2
parentb35bd845d7679123d8f0dd5b7e9eb8307148a8fe
unaligned.h: Fixed C++ compilation issue due to designated initializers

This change fixes compilation issues related to designated
initializers, which are not supported by C++ compiler.

Signed-off-by: Shireesh Kumar Singh <shireeshkum@vmware.com>
Signed-off-by: Sairam Venugopal <vsairam@vmware.com>
Co-authored-by: Sairam Venugopal <vsairam@vmware.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
lib/unaligned.h