X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fovsdb-idl.h;h=4c64585da8bef0a4b108ba0fa347cea3b62402a9;hb=09cc5de3c360fcf3f9de0ef37229cf411dc362c1;hp=cfbb97cc1d37d4b11d458e92a047cd474d51a8eb;hpb=af96ccd24690553a0f8e2dbe9ee72530f18629c6;p=openvswitch diff --git a/lib/ovsdb-idl.h b/lib/ovsdb-idl.h index cfbb97cc..4c64585d 100644 --- a/lib/ovsdb-idl.h +++ b/lib/ovsdb-idl.h @@ -84,4 +84,6 @@ void ovsdb_idl_txn_delete(const struct ovsdb_idl_row *); const struct ovsdb_idl_row *ovsdb_idl_txn_insert( struct ovsdb_idl_txn *, const struct ovsdb_idl_table_class *); +struct ovsdb_idl *ovsdb_idl_txn_get_idl (struct ovsdb_idl_txn *); + #endif /* ovsdb-idl.h */