Re: [PATCH v2 1/4] virfile: Add virFileGetLockOwner function

2022-02-02 Thread Michal Prívozník
On 1/13/22 13:42, Vasiliy Ulyanov wrote: > The function is used to retrieve the PID of the process holding an > exclusive lock on the file. > > Signed-off-by: Vasiliy Ulyanov > --- > src/libvirt_private.syms | 1 + > src/util/virfile.c | 45 >

[PATCH v2 1/4] virfile: Add virFileGetLockOwner function

2022-01-13 Thread Vasiliy Ulyanov
The function is used to retrieve the PID of the process holding an exclusive lock on the file. Signed-off-by: Vasiliy Ulyanov --- src/libvirt_private.syms | 1 + src/util/virfile.c | 45 src/util/virfile.h | 2 ++ 3 files changed, 48