]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virFileWrapperFd: Switch to new virCommandDoAsyncIO
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 17 Jan 2013 10:09:39 +0000 (11:09 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 5 Feb 2013 14:45:21 +0000 (15:45 +0100)
commit1f25194ad1e044d2fe192e871081dd570102a62a
tree27e4066ddfd02a63f0d9bf0848e0ae0166065220
parentf0154959b3f8c3213c611883d04da1a5bac81df9
virFileWrapperFd: Switch to new virCommandDoAsyncIO

Commit 34e8f63a32f83 introduced support for catching errors from
libvirt iohelper. However, at those times there wasn't such fancy
API as virCommandDoAsyncIO(), so everything has to be implemented
on our own. But since we do have the API now, we can use it and
drop our implementation then.
src/util/virfile.c