ovsdb-data: Rename 'used' to 'created' in struct ovsdb_symbol.
authorBen Pfaff <blp@nicira.com>
Mon, 28 Feb 2011 20:43:15 +0000 (12:43 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 10 Mar 2011 19:24:00 +0000 (11:24 -0800)
commite9387de4a2601ed2768baaa9bc92a3ef27f1145a
tree93b454fb139b59c0c5959d8dca313b33139ac67c
parent71abd20a1789fb10a7a346ca1a029a76e3f10041
ovsdb-data: Rename 'used' to 'created' in struct ovsdb_symbol.

The name 'created' better reflects the actual meaning of this member: in
both ovsdb and ovs-vsctl, it is true if a row has been created with the
symbol's UUID and false otherwise.
lib/ovsdb-data.c
lib/ovsdb-data.h
ovsdb/execution.c
utilities/ovs-vsctl.c