dpif: Hide the contents of struct dpif.
authorBen Pfaff <blp@nicira.com>
Tue, 16 Jun 2009 17:09:10 +0000 (10:09 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 6 Jul 2009 16:07:23 +0000 (09:07 -0700)
commitc228a3649af653a1b2109871b7b1f6ab76a841b7
tree3b375bf4baf1e5b51cf0ee77f1c218fa578ba0dc
parent5c6d2a3f3a3649a7f1e7f1bbcd02139fff3bf433
dpif: Hide the contents of struct dpif.

This helps prepare for multiple dpif implementations, and ensures that
code outside dpif.c does not depend on its internals.
lib/dpif.c
lib/dpif.h
secchan/ofproto.c
utilities/ovs-dpctl.c
utilities/ovs-ofctl.c
vswitchd/bridge.c