Re: [ovs-dev] [PATCH 1/2] ovsdb-server: Store databases in shash instead of array.

2013-06-24 Thread Ben Pfaff
On Thu, Jun 20, 2013 at 07:38:47AM -0700, Gurucharan Shetty wrote: > An upcoming commit provides the ability to add and remove databases. > Having the databases in a shash instead of an array makes it easier > to add and remove databases. > > Feature #14595. > Signed-off-by: Gurucharan Shetty I

[ovs-dev] [PATCH 1/2] ovsdb-server: Store databases in shash instead of array.

2013-06-20 Thread Gurucharan Shetty
An upcoming commit provides the ability to add and remove databases. Having the databases in a shash instead of an array makes it easier to add and remove databases. Feature #14595. Signed-off-by: Gurucharan Shetty --- ovsdb/ovsdb-server.c | 186 +