From 403e3a25f89ba9f2efb9a8c43e4e585f4af2ac67 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 8 Feb 2011 15:57:14 -0800 Subject: ovsdb-tool: New command "needs-conversion". --- ovsdb/ovsdb.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ovsdb/ovsdb.h') diff --git a/ovsdb/ovsdb.h b/ovsdb/ovsdb.h index ae743bbc5..834ff1a99 100644 --- a/ovsdb/ovsdb.h +++ b/ovsdb/ovsdb.h @@ -47,6 +47,9 @@ struct ovsdb_error *ovsdb_schema_from_json(struct json *, struct ovsdb_schema **) WARN_UNUSED_RESULT; struct json *ovsdb_schema_to_json(const struct ovsdb_schema *); + +bool ovsdb_schema_equal(const struct ovsdb_schema *, + const struct ovsdb_schema *); /* Database. */ struct ovsdb { -- cgit v1.2.1