Re: [ovs-dev] [PATCH] vconn: Move struct definitions back to provider interface.

2015-01-20 Thread Ben Pfaff
On Tue, Jan 20, 2015 at 01:49:04PM +0100, Thomas Graf wrote: > On 01/20/15 at 04:35am, Ben Pfaff wrote: > > Commit 4a1f523f2d760 (lib: Move vconn.h to ) moved > > the definitions of struct vconn and struct pvconn into the public vconn.h > > header. This is unnecessary because the size and content

Re: [ovs-dev] [PATCH] vconn: Move struct definitions back to provider interface.

2015-01-20 Thread Thomas Graf
On 01/20/15 at 04:35am, Ben Pfaff wrote: > Commit 4a1f523f2d760 (lib: Move vconn.h to ) moved > the definitions of struct vconn and struct pvconn into the public vconn.h > header. This is unnecessary because the size and content of these structs > is not part of the ABI. This commit moves them ba

[ovs-dev] [PATCH] vconn: Move struct definitions back to provider interface.

2015-01-20 Thread Ben Pfaff
Commit 4a1f523f2d760 (lib: Move vconn.h to ) moved the definitions of struct vconn and struct pvconn into the public vconn.h header. This is unnecessary because the size and content of these structs is not part of the ABI. This commit moves them back. Signed-off-by: Ben Pfaff --- include/openv