ovsdb-server: Store databases in shash instead of array.
authorGurucharan Shetty <gshetty@nicira.com>
Thu, 13 Jun 2013 11:30:32 +0000 (04:30 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Wed, 26 Jun 2013 17:32:58 +0000 (10:32 -0700)
commiteeb36a52b4dbec1fb2ebdc13edf0f3d37fa216f4
tree0aefd33cbb6693135640debde49fa2bff7f16936
parent7155fa52f0e585eb515ceebf3790d90554bbe18e
ovsdb-server: Store databases in shash instead of array.

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.
Acked-by: Ben Pfaff <blp@nicira.com>
Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
ovsdb/ovsdb-server.c