Re: [ovs-dev] [PATCH] CodingStyle: Allow designated initializers.

2014-03-19 Thread Ben Pfaff
Thanks, applied. On Wed, Mar 19, 2014 at 04:18:21PM -0700, Alex Wang wrote: > Looks good to me, > > Acked-by: Alex Wang > > > On Wed, Mar 19, 2014 at 4:03 PM, Ben Pfaff wrote: > > > MSVC 2013 finally implements them, 14 years after they became part of C, > > so we can use them in generic cod

Re: [ovs-dev] [PATCH] CodingStyle: Allow designated initializers.

2014-03-19 Thread Alex Wang
Looks good to me, Acked-by: Alex Wang On Wed, Mar 19, 2014 at 4:03 PM, Ben Pfaff wrote: > MSVC 2013 finally implements them, 14 years after they became part of C, > so we can use them in generic code now. > > Signed-off-by: Ben Pfaff > --- > CodingStyle |9 - >

[ovs-dev] [PATCH] CodingStyle: Allow designated initializers.

2014-03-19 Thread Ben Pfaff
MSVC 2013 finally implements them, 14 years after they became part of C, so we can use them in generic code now. Signed-off-by: Ben Pfaff --- CodingStyle |9 - lib/odp-util.c | 11 +-- ofproto/ofproto-dpif-xlate.c | 10 +- 3 files ch