ovsdb-server: Add --run option.
[openvswitch] / ovsdb / table.h
index 6e8a78596afc2e86074da12c9fed36fd2afc6cde..67784e93c917e45669dcce86167bb8e5dc52bc27 100644 (file)
@@ -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 *,