netdev-vport: Use vport set_stats instead of internal dev.
[openvswitch] / lib / ovsdb-idl-provider.h
index ed3874de916e581ce238c37c76882833e1c3ddd0..c86396c969e90275c39684fb571a327955e1302a 100644 (file)
@@ -60,6 +60,7 @@ struct ovsdb_idl_table {
 };
 
 struct ovsdb_idl_class {
+    const char *database;       /* <db-name> for this database. */
     const struct ovsdb_idl_table_class *tables;
     size_t n_tables;
 };