vconn: Move struct definitions back to provider interface.
authorBen Pfaff <blp@nicira.com>
Mon, 19 Jan 2015 23:47:30 +0000 (15:47 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 20 Jan 2015 12:49:09 +0000 (04:49 -0800)
commitdc707e6684c9f43d180c07f1f751c38cac0687a2
tree801767e692ea804a73ea5be0769660f16f245e39
parent2b123371ef5ded1c27f95595c10ab122c6afccdf
vconn: Move struct definitions back to provider interface.

Commit 4a1f523f2d760 (lib: Move vconn.h to <openvswitch/vconn.h>) 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 <blp@nicira.com>
Acked-by: Thomas Graf <tgraf@noironetworks.com>
include/openvswitch/vconn.h
lib/vconn-provider.h