ovs-vswitchd: Allow bridge code to manage the database connection itself.
authorBen Pfaff <blp@nicira.com>
Thu, 10 Jun 2010 21:17:41 +0000 (14:17 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 23 Jun 2010 19:43:03 +0000 (12:43 -0700)
commitc5187f17b6f0db57fa81f5f2ef2cd7c619791651
treed751c31e270eeca1d53d9838968a0042eb969a24
parentd78ac3883fd1511505aa3f13db2a571015b03bf2
ovs-vswitchd: Allow bridge code to manage the database connection itself.

Until now, the ovs-vswitchd main loop has managed the connection to the
database.  This worked adequately until now, but upcoming patches will tie
the bridge code more tightly to the database, which means that the bridge
needs more control over interaction with the database connection and thus
that it is better for the bridge to handle that connection itself.  This
commit makes the latter change, moving the database interaction from the
ovs-vswitchd main loop into bridge.c.
vswitchd/bridge.c
vswitchd/bridge.h
vswitchd/ovs-vswitchd.c