ovsdb: Add new "mutation" operation to transactions.
authorBen Pfaff <blp@nicira.com>
Wed, 16 Dec 2009 18:49:31 +0000 (10:49 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 16 Dec 2009 18:56:04 +0000 (10:56 -0800)
commite9f8f9367e9e654b9582279608af86ea3744a2a0
treecf2e666f93b00d94d673c1569299d8cee0ce8c16
parenta105c27b4e24ac0d29ba131eca00793bc3385dca
ovsdb: Add new "mutation" operation to transactions.
13 files changed:
lib/ovsdb-data.c
lib/ovsdb-data.h
ovsdb/SPECS
ovsdb/automake.mk
ovsdb/condition.c
ovsdb/execution.c
ovsdb/mutation.c [new file with mode: 0644]
ovsdb/mutation.h [new file with mode: 0644]
tests/automake.mk
tests/ovsdb-execution.at
tests/ovsdb-mutation.at [new file with mode: 0644]
tests/ovsdb.at
tests/test-ovsdb.c