summaryrefslogtreecommitdiff
path: root/lib/ovsdb-data.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2017-12-21 16:41:30 -0800
committerBen Pfaff <blp@ovn.org>2017-12-21 16:41:30 -0800
commitfe0fb88551b4cc5b4bee6814f1027f78c451daa2 (patch)
tree5cac6efc848ef3dba694a9219e2da8632bdcf23f /lib/ovsdb-data.h
parent62705b81108ff6d011362331847cf0ba22494779 (diff)
downloadopenvswitch-fe0fb88551b4cc5b4bee6814f1027f78c451daa2.tar.gz
ovsdb-client: Add new "restore" command.
Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'lib/ovsdb-data.h')
-rw-r--r--lib/ovsdb-data.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ovsdb-data.h b/lib/ovsdb-data.h
index c7bb095cd..84639c4a3 100644
--- a/lib/ovsdb-data.h
+++ b/lib/ovsdb-data.h
@@ -244,6 +244,11 @@ void ovsdb_datum_add_unsafe(struct ovsdb_datum *,
const struct ovsdb_type *,
const union ovsdb_atom *range_end_atom);
+/* Transactions with named-uuid row names. */
+struct json *ovsdb_datum_to_json_with_row_names(const struct ovsdb_datum *,
+ const struct ovsdb_type *);
+char *ovsdb_data_row_name(const struct uuid *);
+
/* Type checking. */
static inline bool
ovsdb_datum_conforms_to_type(const struct ovsdb_datum *datum,