X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fovsdb-idl-provider.h;h=546acbb84698e5ddce519803dbc08ea8455fc1ea;hb=b2492cb7eec087853f10ef84eb89993a697c2116;hp=95254b7509b8cf15a0e83136d22901a27b6594e5;hpb=e0edde6fee279cdbbf3c179f5f50adaf0c7c7f1e;p=openvswitch diff --git a/lib/ovsdb-idl-provider.h b/lib/ovsdb-idl-provider.h index 95254b75..546acbb8 100644 --- a/lib/ovsdb-idl-provider.h +++ b/lib/ovsdb-idl-provider.h @@ -51,6 +51,7 @@ struct ovsdb_idl_table_class { const struct ovsdb_idl_column *columns; size_t n_columns; size_t allocation_size; + void (*row_init)(struct ovsdb_idl_row *); }; struct ovsdb_idl_table {