ovsdb: Get rid of "declare" operation.
authorBen Pfaff <blp@nicira.com>
Tue, 9 Feb 2010 00:03:21 +0000 (16:03 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 9 Feb 2010 00:03:21 +0000 (16:03 -0800)
commitfbf925e45da7100e5018bd3ad49532e407666f77
tree7968811ea6fee06c9258e98f383346996998d1ac
parentbfe8e67ad595348f228938663956c3b8325997c5
ovsdb: Get rid of "declare" operation.

It's more elegant, and just as easy to implement, if we allow a
"named-uuid" to be a forward reference to a "uuid-name" in a later
"insert" operation.
13 files changed:
lib/ovsdb-data.c
lib/ovsdb-data.h
lib/ovsdb-idl.c
ovsdb/SPECS
ovsdb/condition.c
ovsdb/condition.h
ovsdb/execution.c
ovsdb/mutation.c
ovsdb/mutation.h
ovsdb/row.c
ovsdb/row.h
tests/ovsdb-execution.at
tests/ovsdb-idl.at