ovsdb: Add support for multiple databases to the protocol.
[sliver-openvswitch.git] / lib / ovsdb-idl-provider.h
index ed3874d..c86396c 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;
 };