Re: [libvirt] [PATCH v1 1/7] pidfile: Make checking binary path in virPidFileRead optional

2012-02-01 Thread Eric Blake
On 01/26/2012 10:16 AM, Peter Krempa wrote: This patch changes behavior of virPidFileRead to enable passing NULL as path to the binary the pid file should be checked against to skip this check. This enables using this function for reading files that have same semantics as pid files, but belong

[libvirt] [PATCH v1 1/7] pidfile: Make checking binary path in virPidFileRead optional

2012-01-26 Thread Peter Krempa
This patch changes behavior of virPidFileRead to enable passing NULL as path to the binary the pid file should be checked against to skip this check. This enables using this function for reading files that have same semantics as pid files, but belong to unknown processess. --- This patch is new in