aboutsummaryrefslogtreecommitdiff
path: root/lib/ovsdb-idl-provider.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2009-12-08 17:14:56 -0800
committerBen Pfaff <blp@nicira.com>2009-12-08 17:14:56 -0800
commit76c91af91ea0738dd7ecae90e1ee76d84fca6f4b (patch)
tree6475053ae86facb1bbec0baa6c17772e74be50e0 /lib/ovsdb-idl-provider.h
parent72c6edc5d546a7cda621ceecdb9b851bb8707b10 (diff)
ovsdb-idl: New function to obtain the current transaction from any row.
Diffstat (limited to 'lib/ovsdb-idl-provider.h')
-rw-r--r--lib/ovsdb-idl-provider.h2
1 files changed, 2 insertions, 0 deletions
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 */