X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fovsdb-idl-provider.h;h=c86396c969e90275c39684fb571a327955e1302a;hb=f4b6076acab233cfe02e7eaefdeafbb69dfae556;hp=ed3874de916e581ce238c37c76882833e1c3ddd0;hpb=9e336f491038f440dc846c172daeea0d0a77b20c;p=openvswitch diff --git a/lib/ovsdb-idl-provider.h b/lib/ovsdb-idl-provider.h index ed3874de..c86396c9 100644 --- a/lib/ovsdb-idl-provider.h +++ b/lib/ovsdb-idl-provider.h @@ -60,6 +60,7 @@ struct ovsdb_idl_table { }; struct ovsdb_idl_class { + const char *database; /* for this database. */ const struct ovsdb_idl_table_class *tables; size_t n_tables; };