On Mon, Jun 15, 2015 at 12:51:57PM -0700, Gurucharan Shetty wrote: > MSVC 2013 does not like designated initializers when > structs are initialized inside structs. > Apparently it has been fixed in MSCV 2015. > > Signed-off-by: Gurucharan Shetty <gshe...@nicira.com>
It's necessary to also memset the structures to 0 in these cases, because designated initializers (really, any initializer) implies that the unmentioned fields are zeroed. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev