Re: [libvirt] [PATCH 3/9] Use virFileFindResource to locate iohelper for virFileWrapperFdNew

2014-04-24 Thread Eric Blake
On 04/24/2014 10:05 AM, Daniel P. Berrange wrote: > From: Nehal J Wani > > 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 > --- > src/util/v

[libvirt] [PATCH 3/9] Use virFileFindResource to locate iohelper for virFileWrapperFdNew

2014-04-24 Thread Daniel P. Berrange
From: Nehal J Wani 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 --- src/util/virfile.c | 13 +++-- 1 file changed, 11 insertions(+), 2 del