X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ovsdb%2Fovsdb.h;h=834ff1a994af37ba12757e64b74ad9f5d6ec0f0c;hb=3c6aafea8383a951819d656d48941ecb3f5a8110;hp=ae743bbc50ba7d26803427fed5f6b6af5026901d;hpb=6aa09313722406629133b375871547fb426800ef;p=sliver-openvswitch.git 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 {