X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=ovsdb%2Ftable.h;h=ff99cf17c34ba012a6a075d51758b6dee33949bd;hb=f5e7ed5d267b33712f62a61356ed5ead4f8a367c;hp=67784e93c917e45669dcce86167bb8e5dc52bc27;hpb=02dd3123a0e312f1d33403e744af52dd6096f12d;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 *);