]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
storage: Convert 'building' into a bool
authorJohn Ferlan <jferlan@redhat.com>
Thu, 17 Jul 2014 16:41:21 +0000 (12:41 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 17 Jul 2014 20:28:50 +0000 (16:28 -0400)
commit10087386b94f19cdf1244c99968d0a8354ea2813
tree5f0e40a4aef5db120462069a708c3d4a50b7c944
parent325f98aa75ba7ec288670470cdbe5e1072d1287f
storage: Convert 'building' into a bool

Rather than a unsigned int, use a 'bool' since that's how it was used.
src/conf/storage_conf.h
src/storage/storage_driver.c