On Mon, Mar 10, 2014 at 2:47 PM, Ben Pfaff wrote:
> On Mon, Mar 10, 2014 at 02:12:27PM -0700, Gurucharan Shetty wrote:
>> struct ofpact has enums that are packed in case of __GNUC__.
>> This packing does not occur for visual studio. For 'struct ofpact_nest',
>> we are expecting that this structure
On Mon, Mar 10, 2014 at 02:12:27PM -0700, Gurucharan Shetty wrote:
> struct ofpact has enums that are packed in case of __GNUC__.
> This packing does not occur for visual studio. For 'struct ofpact_nest',
> we are expecting that this structure is less than or equal to 8 bytes
> which won't be true