ovsdb-idl: Simplify usage of ovsdb_idl_run().
authorBen Pfaff <blp@nicira.com>
Wed, 9 Jun 2010 22:18:17 +0000 (15:18 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 23 Jun 2010 19:43:02 +0000 (12:43 -0700)
commit4ea21243f5a6002528d33d2bd58ce41a9d03a4c4
treee4edf7a5a300c36560fa02c3636e79675de22282
parent81857c785ea94f93fbf385f7db86f22103cfa29b
ovsdb-idl: Simplify usage of ovsdb_idl_run().

It makes client code simpler if ovsdb_idl_run() simply lets the caller
know whether anything changed.
lib/ovsdb-idl.c
lib/ovsdb-idl.h
tests/test-ovsdb.c
utilities/ovs-vsctl.c
vswitchd/ovs-vswitchd.c