]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: Internally represent @autostart as bool
authorJohn Ferlan <jferlan@redhat.com>
Sat, 19 Aug 2017 12:16:18 +0000 (08:16 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 19 Sep 2017 12:30:37 +0000 (08:30 -0400)
commitccc8c311b26b7d4e4d631e392edf8b265966bfd1
tree5454212a6395d609c25a57ffee3e7d6035ed5334
parentbb15e65af20a7f968beb71746ccb8f8f3855a55d
storage: Internally represent @autostart as bool

Since it's been used that way anyway, let's just convert it to a bool
and only make the external representation be an int.
src/conf/virstorageobj.c
src/conf/virstorageobj.h
src/storage/storage_driver.c
src/test/test_driver.c