ovsdb-idl: Add interface to find out the permanent IDL of an inserted row.
authorBen Pfaff <blp@nicira.com>
Thu, 28 Jan 2010 21:23:30 +0000 (13:23 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 29 Jan 2010 00:06:31 +0000 (16:06 -0800)
commit69490970b3555fd45f844b4f6304bc2dc6a01b0b
treef2bf08cb12c99fa4abe008ca95b30140a1510b7d
parente83fd213300e19ad1da4e1ddbc049d4b858d34e8
ovsdb-idl: Add interface to find out the permanent IDL of an inserted row.

The ovs-vsctl "create" command, and perhaps other commands, should print
the UUID of the newly created database row, but until now the IDL has not
provided a way to find that out.  This commit adds the ability.
lib/ovsdb-idl.c
lib/ovsdb-idl.h