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)
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>

No differences found