X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ovsdb%2Ftable.h;h=67784e93c917e45669dcce86167bb8e5dc52bc27;hb=5a195c94ae4d663925a99b8dba761b9d961bdf9e;hp=6e8a78596afc2e86074da12c9fed36fd2afc6cde;hpb=c69ee87c10818267f991236201150b1fa51ae519;p=openvswitch diff --git a/ovsdb/table.h b/ovsdb/table.h index 6e8a7859..67784e93 100644 --- a/ovsdb/table.h +++ b/ovsdb/table.h @@ -35,6 +35,8 @@ struct ovsdb_table_schema { struct ovsdb_table_schema *ovsdb_table_schema_create(const char *name, const char *comment, bool mutable); +struct ovsdb_table_schema *ovsdb_table_schema_clone( + const struct ovsdb_table_schema *); void ovsdb_table_schema_destroy(struct ovsdb_table_schema *); struct ovsdb_error *ovsdb_table_schema_from_json(const struct json *,