X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fovsdb-idl-provider.h;h=8bc6f3e72dca3db7e0f784043751ae1b53af312a;hb=c7f7adb70cb34bb568f9b6327d6adb945326e029;hp=cf6c48646d9f933cdea28c13081f5d60ca22dce8;hpb=475281c01bd655c49f086d62d0cb4055a8f8d74b;p=openvswitch diff --git a/lib/ovsdb-idl-provider.h b/lib/ovsdb-idl-provider.h index cf6c4864..8bc6f3e7 100644 --- a/lib/ovsdb-idl-provider.h +++ b/lib/ovsdb-idl-provider.h @@ -84,4 +84,6 @@ struct ovsdb_idl_row *ovsdb_idl_txn_insert( struct ovsdb_idl_txn *, const struct ovsdb_idl_table_class *); +struct ovsdb_idl_txn *ovsdb_idl_txn_get(const struct ovsdb_idl_row *); + #endif /* ovsdb-idl-provider.h */