X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ovsdb%2Ftable.h;h=ff99cf17c34ba012a6a075d51758b6dee33949bd;hb=b932d88b16c8a48c332495ddd3f70ea97dc1abf1;hp=67784e93c917e45669dcce86167bb8e5dc52bc27;hpb=58985e09eafe83a7fbe9c85626e44abe9d9eca8c;p=openvswitch diff --git a/ovsdb/table.h b/ovsdb/table.h index 67784e93..ff99cf17 100644 --- a/ovsdb/table.h +++ b/ovsdb/table.h @@ -27,13 +27,11 @@ struct uuid; /* Schema for a database table. */ struct ovsdb_table_schema { char *name; - char *comment; bool mutable; struct shash columns; /* Contains "struct ovsdb_column *"s. */ }; 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 *);