aboutsummaryrefslogtreecommitdiff
path: root/lib/ovsdb-idl.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2009-12-09 13:29:02 -0800
committerBen Pfaff <blp@nicira.com>2009-12-09 13:29:02 -0800
commit586bb84a49efa62a56e9aed2a345e01679dcccca (patch)
tree8e638ed6beead5e28adb37c3032925a6fbfdab87 /lib/ovsdb-idl.h
parentdfbe07ba611b049b0843f1629b65531b4e16160c (diff)
ovs-vsctl: Fix performance problem.
Diffstat (limited to 'lib/ovsdb-idl.h')
-rw-r--r--lib/ovsdb-idl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ovsdb-idl.h b/lib/ovsdb-idl.h
index cfc729ef..5915a1bb 100644
--- a/lib/ovsdb-idl.h
+++ b/lib/ovsdb-idl.h
@@ -42,6 +42,7 @@ const char *ovsdb_idl_txn_status_to_string(enum ovsdb_idl_txn_status);
struct ovsdb_idl_txn *ovsdb_idl_txn_create(struct ovsdb_idl *);
void ovsdb_idl_txn_destroy(struct ovsdb_idl_txn *);
+void ovsdb_idl_txn_wait(const struct ovsdb_idl_txn *);
enum ovsdb_idl_txn_status ovsdb_idl_txn_commit(struct ovsdb_idl_txn *);
void ovsdb_idl_txn_abort(struct ovsdb_idl_txn *);