ovsdb-idl: New function ovsdb_idl_txn_commit_block().
authorBen Pfaff <blp@nicira.com>
Wed, 3 Mar 2010 20:55:39 +0000 (12:55 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 3 Mar 2010 20:55:39 +0000 (12:55 -0800)
commitaf96ccd24690553a0f8e2dbe9ee72530f18629c6
tree9297f0870cce2d416dd91192b843786e708fd79d
parent58bd8cceb1d03065a580ac6663ae464435a1dd04
ovsdb-idl: New function ovsdb_idl_txn_commit_block().

This commit factors out common code from multiple callers of
ovsdb_idl_txn_commit() into a new function ovsdb_idl_txn_commit_block().
lib/ovsdb-idl.c
lib/ovsdb-idl.h
tests/test-ovsdb.c
utilities/ovs-vsctl.c
vswitchd/ovs-brcompatd.c