X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ovsdb%2Fovsdb.h;h=a83412dcdf66cc93ebbb2ac422aa647127e1c8ed;hb=7ac0f8dbf41c185e3e8d3cc9d033467575c99542;hp=9961620acf8e0d4da93a2db9b3297c80b2a385fc;hpb=02dd3123a0e312f1d33403e744af52dd6096f12d;p=openvswitch diff --git a/ovsdb/ovsdb.h b/ovsdb/ovsdb.h index 9961620a..a83412dc 100644 --- a/ovsdb/ovsdb.h +++ b/ovsdb/ovsdb.h @@ -29,12 +29,10 @@ struct uuid; /* Database schema. */ struct ovsdb_schema { char *name; - char *comment; struct shash tables; /* Contains "struct ovsdb_table_schema *"s. */ }; -struct ovsdb_schema *ovsdb_schema_create(const char *name, - const char *comment); +struct ovsdb_schema *ovsdb_schema_create(const char *name); struct ovsdb_schema *ovsdb_schema_clone(const struct ovsdb_schema *); void ovsdb_schema_destroy(struct ovsdb_schema *);