X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ovsdb%2Fcolumn.h;h=b6f324c0f5398ef6adfe2c6e6fcd3151e4862c7d;hb=c393047875e2c9dc76b2f19092fff6bbf69ec4f9;hp=eb1a3834ad5198d5c80e377a0aa41a615f39c4c2;hpb=02dd3123a0e312f1d33403e744af52dd6096f12d;p=openvswitch diff --git a/ovsdb/column.h b/ovsdb/column.h index eb1a3834..b6f324c0 100644 --- a/ovsdb/column.h +++ b/ovsdb/column.h @@ -27,7 +27,6 @@ struct ovsdb_column { unsigned int index; char *name; - char *comment; bool mutable; bool persistent; struct ovsdb_type type; @@ -45,7 +44,7 @@ enum { }; struct ovsdb_column *ovsdb_column_create( - const char *name, const char *comment, bool mutable, bool persistent, + const char *name, bool mutable, bool persistent, const struct ovsdb_type *); struct ovsdb_column *ovsdb_column_clone(const struct ovsdb_column *); void ovsdb_column_destroy(struct ovsdb_column *);