ovsdb-idl: Make it possible to write data through the IDL.
authorBen Pfaff <blp@nicira.com>
Tue, 8 Dec 2009 01:08:04 +0000 (17:08 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 8 Dec 2009 01:10:28 +0000 (17:10 -0800)
commit475281c01bd655c49f086d62d0cb4055a8f8d74b
tree199cde781a81d63f7ccfb073e1e92d4233293b5e
parent2d2d6d4a71776813f8d2fd1af1051f22b836befc
ovsdb-idl: Make it possible to write data through the IDL.

Until now the IDL has been exclusively a read-only interface.  This commit
introduces a general-purpose interface for writing to ovsdb via the IDL.
lib/ovsdb-idl-provider.h
lib/ovsdb-idl.c
lib/ovsdb-idl.h
ovsdb/ovsdb-idlc.in
tests/ovsdb-idl.at
tests/test-ovsdb.c