ovsdb-client: Refactor table code to save original json during formatting.
authorBen Pfaff <blp@nicira.com>
Tue, 2 Nov 2010 21:50:48 +0000 (14:50 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 4 Nov 2010 00:11:46 +0000 (17:11 -0700)
commit772387d560e565abf212d5863698a6834f501639
treeaa8654aa2b8b0e21e5259deb861b17aae5366b5e
parent8828e5c714ed2b8af3158b0149d47cda1bdc69dc
ovsdb-client: Refactor table code to save original json during formatting.

This refactoring should not change user-visible behavior, but saving the
JSON used to format tables will make it possible to print the raw JSON in
the following commit.
ovsdb/ovsdb-client.c