X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ovsdb%2Fovsdb.h;h=834ff1a994af37ba12757e64b74ad9f5d6ec0f0c;hb=356180a825c94314f3d1667003e64526d1b69da5;hp=ae743bbc50ba7d26803427fed5f6b6af5026901d;hpb=6aa09313722406629133b375871547fb426800ef;p=openvswitch diff --git a/ovsdb/ovsdb.h b/ovsdb/ovsdb.h index ae743bbc..834ff1a9 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 {