ovsdb-data: Expose guts of ovsdb_symbol_table() to clients.
authorBen Pfaff <blp@nicira.com>
Tue, 1 Mar 2011 21:11:56 +0000 (13:11 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 10 Mar 2011 19:24:00 +0000 (11:24 -0800)
commit0dc66db95bdceeaac2e32b581d2494fd773b17ae
treee2f26d614a676965e19b0bbad4d49ce2dfdaf36a
parente9387de4a2601ed2768baaa9bc92a3ef27f1145a
ovsdb-data: Expose guts of ovsdb_symbol_table() to clients.

ovs-vsctl will, in upcoming commits, want to more closely examine its
ovsdb_symbol_table structures.  This could be done by providing a more
complete API, but it doesn't seem worth it to me.  This commit instead goes
the other way, exposing the internals to clients.  This commit also
eliminates the ovsdb_symbol_table_find_uncreated() function, which
ovs-vsctl can now implement itself.
lib/ovsdb-data.c
lib/ovsdb-data.h
utilities/ovs-vsctl.c