ovsdb: Make ovsdb_column_set_from_json() take table schema instead of table.
authorBen Pfaff <blp@nicira.com>
Wed, 1 Jun 2011 23:14:46 +0000 (16:14 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 6 Jun 2011 15:58:02 +0000 (08:58 -0700)
commit1cb29ab050c601448a89eb7311a9f07095921bbd
tree0b7fad0cb8643886cfc8c5707f7a9a8c908548e0
parent9d9a0a0452a957472b0f3a9c132aea19cfb4e568
ovsdb: Make ovsdb_column_set_from_json() take table schema instead of table.

This function took a struct ovsdb_table but only used the 'schema' member.
An upcoming patch needs to parse a column set when only the schema is
available, so to prepare for that this patch changes
ovsdb_column_set_from_json() to only take the schema that it really needs.
ovsdb/column.c
ovsdb/column.h
ovsdb/execution.c
tests/test-ovsdb.c