From fe0fb88551b4cc5b4bee6814f1027f78c451daa2 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 21 Dec 2017 16:41:30 -0800 Subject: ovsdb-client: Add new "restore" command. Signed-off-by: Ben Pfaff --- lib/ovsdb-data.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/ovsdb-data.h') 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, -- cgit v1.2.1