lib: Utilize smaps in the idl.
[openvswitch] / lib / ovsdb-idl-provider.h
index 95254b7509b8cf15a0e83136d22901a27b6594e5..546acbb84698e5ddce519803dbc08ea8455fc1ea 100644 (file)
@@ -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 {