aboutsummaryrefslogtreecommitdiff
path: root/lib/ovsdb-idl.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-06-02 11:08:03 -0700
committerBen Pfaff <blp@nicira.com>2010-06-17 10:30:18 -0700
commitce5a3e38dacd8042dd7c4de7be24aca9c2887103 (patch)
tree2bb4bea16ab54217c2778786ce6737c3e8f36312 /lib/ovsdb-idl.h
parent4a0335937fb482e412952a5e05ef738eab9542dc (diff)
ovs-vsctl: Support references among records at creation time.
This makes it easy to create a bunch of records that are all related to each other in a single ovs-vsctl invocation. It adds an example to the ovs-vsctl manpage.
Diffstat (limited to 'lib/ovsdb-idl.h')
-rw-r--r--lib/ovsdb-idl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ovsdb-idl.h b/lib/ovsdb-idl.h
index 2aaaa71c..31fae984 100644
--- a/lib/ovsdb-idl.h
+++ b/lib/ovsdb-idl.h
@@ -84,7 +84,8 @@ void ovsdb_idl_txn_write(const struct ovsdb_idl_row *,
struct ovsdb_datum *);
void ovsdb_idl_txn_delete(const struct ovsdb_idl_row *);
const struct ovsdb_idl_row *ovsdb_idl_txn_insert(
- struct ovsdb_idl_txn *, const struct ovsdb_idl_table_class *);
+ struct ovsdb_idl_txn *, const struct ovsdb_idl_table_class *,
+ const struct uuid *);
struct ovsdb_idl *ovsdb_idl_txn_get_idl (struct ovsdb_idl_txn *);