]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage_backend: Convert virRunWithHook usage to virCommand
authorCole Robinson <crobinso@redhat.com>
Fri, 6 May 2011 18:35:51 +0000 (14:35 -0400)
committerCole Robinson <crobinso@redhat.com>
Tue, 17 May 2011 14:16:38 +0000 (10:16 -0400)
commit1ccc16c6037f41a1ca1df97321eaa411b0b70181
tree1ad0123e66a2bb7c703ba7b3a78710efdf731fb8
parent51622f21a2ff58fcb6ec9155fba526a6040e0165
storage_backend: Convert virRunWithHook usage to virCommand

virRunWithHook is now unused, so we can drop it. Tested w/ raw + qcow2
volume creation and copying.

v2:
    Use opaque data to skip hook second time around
    Simply command building

v3:
    Drop explicit FindFileInPath
src/libvirt_private.syms
src/storage/storage_backend.c
src/util/util.c
src/util/util.h