Re: [libvirt PATCH 03/11] src: set the OS level thread name

2020-02-22 Thread Michal Privoznik
On 2/14/20 1:52 PM, Daniel P. Berrangé wrote: > Setting the thread name makes it easier to debug libvirtd > when many threads are running. > > Signed-off-by: Daniel P. Berrangé > --- > src/libvirt_private.syms | 1 + > src/util/virthread.c | 44 +++- >

[libvirt PATCH 03/11] src: set the OS level thread name

2020-02-14 Thread Daniel P . Berrangé
Setting the thread name makes it easier to debug libvirtd when many threads are running. Signed-off-by: Daniel P. Berrangé --- src/libvirt_private.syms | 1 + src/util/virthread.c | 44 +++- src/util/virthread.h | 4 +++- 3 files changed, 43