lib: Utilize smaps in the idl.
[openvswitch] / lib / ovsdb-idl.c
index 3d4cbd44867206462efc64e3dbe3af6acdd9485e..3eca2feb320b58a76497cfbe4bec7cf8e99a98fd 100644 (file)
@@ -906,6 +906,7 @@ static struct ovsdb_idl_row *
 ovsdb_idl_row_create__(const struct ovsdb_idl_table_class *class)
 {
     struct ovsdb_idl_row *row = xzalloc(class->allocation_size);
+    class->row_init(row);
     list_init(&row->src_arcs);
     list_init(&row->dst_arcs);
     hmap_node_nullify(&row->txn_node);