Re: [ovs-dev] [PATCH ovn] ofctrl: Don't use designated initializers.

2015-06-15 Thread Eitan Eliahu
Acked-by: Eitan Eliahu Thanks, Eitan -Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Gurucharan Shetty Sent: Monday, June 15, 2015 12:52 PM To: dev@openvswitch.org Cc: Gurucharan Shetty Subject: [ovs-dev] [PATCH ovn] ofctrl: Don't use designated initializer

Re: [ovs-dev] [PATCH ovn] ofctrl: Don't use designated initializers.

2015-06-15 Thread Ben Pfaff
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 It's necessary to also memset the structures to 0