brcompatd: Make bridge ioctls synchronous again.
[sliver-openvswitch.git] / lib / ovsdb-idl.h
index cfbb97c..4c64585 100644 (file)
@@ -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 */