ovsdb-idl: Update IDL data when "set" functions are called.
authorBen Pfaff <blp@nicira.com>
Tue, 8 Dec 2009 17:48:37 +0000 (09:48 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 8 Dec 2009 18:59:46 +0000 (10:59 -0800)
commit8bc915de7a08d5b4210ba768d56f15211927d1e7
tree48b99d35c8645f3c14d168aaf29efda7b172d294
parent475281c01bd655c49f086d62d0cb4055a8f8d74b
ovsdb-idl: Update IDL data when "set" functions are called.

Until now, the "set" functions generated by the IDL updated the data in the
database (during commit) but not the data exposed by the IDL in its data
structures.  This was just an oversight, so this commit causes the data
exposed by IDL to be updated also.
lib/ovsdb-idl.c
ovsdb/ovsdb-idlc.in
tests/test-ovsdb.c