X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ovsdb%2Frow.c;h=d088ff98a1c6a7e957c7549fbed30dc3cf31448d;hb=62ee3464d99c0e37f38b503321cd46181c5c7617;hp=52c5ddb2147bd239856aac529ee8d32b84cabf73;hpb=0d0f05b909b6428d44eb147bd4edd73782d2a137;p=openvswitch diff --git a/ovsdb/row.c b/ovsdb/row.c index 52c5ddb2..d088ff98 100644 --- a/ovsdb/row.c +++ b/ovsdb/row.c @@ -160,7 +160,7 @@ ovsdb_row_update_columns(struct ovsdb_row *dst, struct ovsdb_error * ovsdb_row_from_json(struct ovsdb_row *row, const struct json *json, - const struct ovsdb_symbol_table *symtab, + struct ovsdb_symbol_table *symtab, struct ovsdb_column_set *included) { struct ovsdb_table_schema *schema = row->table->schema;