ovsdb-client: Use svec instead of sset for list of database.
authorBen Pfaff <blp@nicira.com>
Thu, 6 Sep 2012 18:11:12 +0000 (11:11 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 21 Sep 2012 16:50:06 +0000 (09:50 -0700)
commit9a61462490ca299d6b80e0ced9b2acff8c7e38ad
treeef54a4b2b8d003ca10dbd5edddf66d06cad0bcf9
parent5824c938300d633ee854725324d15159b8b533fc
ovsdb-client: Use svec instead of sset for list of database.

This will make it easier to print a list of databases in sorted order,
which will happen in a followup commit.

This commit should have no effect on visible OVS behavior.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
ovsdb/ovsdb-client.c