]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Use virFileFindResource to locate iohelper for virFileWrapperFdNew
authorNehal J Wani <nehaljw.kkd1@gmail.com>
Tue, 25 Mar 2014 08:23:12 +0000 (13:53 +0530)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 25 Apr 2014 10:59:46 +0000 (11:59 +0100)
commit7d84ca46491b77ab64a988898fa7be80f12a9983
tree7a106257b5c6cf9c371b75219d81aaaf94592531
parent391ac4d99078401381d3e926beb19886e596690c
Use virFileFindResource to locate iohelper for virFileWrapperFdNew

Instead of hardcoding LIBEXECDIR as the location of the libvirt_iohelper
binary, use virFileFindResource to optionally find it in the current
build directory.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/util/virfile.c