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
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
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