On Tue, Jul 14, 2015 at 08:27:15AM -0700, Jesse Gross wrote:
> On Tue, Jul 14, 2015 at 8:18 AM, Gurucharan Shetty wrote:
> > On Mon, Jul 13, 2015 at 2:12 PM, Jesse Gross wrote:
> >> On Fri, Jul 10, 2015 at 9:26 PM, Gurucharan Shetty
> >> wrote:
> >>> MSVC 2013 does not like designated initializ
On Tue, Jul 14, 2015 at 8:18 AM, Gurucharan Shetty wrote:
> On Mon, Jul 13, 2015 at 2:12 PM, Jesse Gross wrote:
>> On Fri, Jul 10, 2015 at 9:26 PM, Gurucharan Shetty
>> wrote:
>>> MSVC 2013 does not like designated initializers when
>>> structs are initialized inside structs.
>>>
>>> Signed-off
On Mon, Jul 13, 2015 at 2:12 PM, Jesse Gross wrote:
> On Fri, Jul 10, 2015 at 9:26 PM, Gurucharan Shetty wrote:
>> MSVC 2013 does not like designated initializers when
>> structs are initialized inside structs.
>>
>> Signed-off-by: Gurucharan Shetty
>
> This looks fine to me, although there are
On Fri, Jul 10, 2015 at 9:26 PM, Gurucharan Shetty wrote:
> MSVC 2013 does not like designated initializers when
> structs are initialized inside structs.
>
> Signed-off-by: Gurucharan Shetty
This looks fine to me, although there are several other instances of
this pattern in other places. Are t
MSVC 2013 does not like designated initializers when
structs are initialized inside structs.
Signed-off-by: Gurucharan Shetty
---
lib/dpif-netdev.c | 24 +---
1 file changed, 13 insertions(+), 11 deletions(-)
diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c
index b53d52a