ofproto-dpif: Initialize 'may_enable' at port construction time.
[openvswitch] / ovsdb / ovsdb.h
index ae743bbc50ba7d26803427fed5f6b6af5026901d..834ff1a994af37ba12757e64b74ad9f5d6ec0f0c 100644 (file)
@@ -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 *);
 \f
 /* Database. */
 struct ovsdb {