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