X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fovsdb-idl.h;h=1e17538f78635da0162bdf8f5563df35f1820410;hb=987ae961590b56f1526a17d3bb15c38fd5e9caf9;hp=975dfc1742507e28241b81e87ad58dc236fca3bf;hpb=979821c0a6b0c8a9f941a2e13c49feffe2391ab8;p=openvswitch diff --git a/lib/ovsdb-idl.h b/lib/ovsdb-idl.h index 975dfc17..1e17538f 100644 --- a/lib/ovsdb-idl.h +++ b/lib/ovsdb-idl.h @@ -74,5 +74,8 @@ void ovsdb_idl_txn_read(const struct ovsdb_idl_row *, void ovsdb_idl_txn_write(const struct ovsdb_idl_row *, const struct ovsdb_idl_column *, struct ovsdb_datum *); +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 *); #endif /* ovsdb-idl.h */