summaryrefslogtreecommitdiff
path: root/ovsdb/ovsdb.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-02-08 15:57:14 -0800
committerBen Pfaff <blp@nicira.com>2011-02-15 12:24:29 -0800
commit403e3a25f89ba9f2efb9a8c43e4e585f4af2ac67 (patch)
treec64a0f41c42d95a6af9cf7f55fe8afcd9b409ec3 /ovsdb/ovsdb.h
parent6aa09313722406629133b375871547fb426800ef (diff)
downloadopenvswitch-403e3a25f89ba9f2efb9a8c43e4e585f4af2ac67.tar.gz
ovsdb-tool: New command "needs-conversion".
Diffstat (limited to 'ovsdb/ovsdb.h')
-rw-r--r--ovsdb/ovsdb.h3
1 files changed, 3 insertions, 0 deletions
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 {