X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ovsdb%2Frow.h;h=2fdc72ef5eb79b22dc019d0727a0f83117240ba3;hb=6c222e55fa4222c6724094e1e7a0a69addf6b030;hp=ba0f9fbee8b5626a5478671a882011d1653a72b9;hpb=25d4983554f6cf8ce5e169f7c5bb5a08c981d27e;p=openvswitch diff --git a/ovsdb/row.h b/ovsdb/row.h index ba0f9fbe..2fdc72ef 100644 --- a/ovsdb/row.h +++ b/ovsdb/row.h @@ -58,7 +58,13 @@ struct ovsdb_row { * commit. */ size_t n_refs; + /* One datum for each column (shash_count(&table->schema->columns) + * elements). */ struct ovsdb_datum fields[]; + + /* Followed by table->schema->n_indexes "struct hmap_node"s. In rows that + * have have been committed as part of the database, the hmap_node with + * index 'i' is contained in hmap table->indexes[i]. */ }; struct ovsdb_row *ovsdb_row_create(const struct ovsdb_table *);