[libvirt] [PATCH 02/12] Add API for thread cancellation

2012-05-02 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com * src/util/threads-pthread.c, src/util/threads.h: Add virThreadCancel --- src/util/threads-pthread.c |5 + src/util/threads.h |1 + 2 files changed, 6 insertions(+) diff --git a/src/util/threads-pthread.c

Re: [libvirt] [PATCH 02/12] Add API for thread cancellation

2012-05-02 Thread Michal Privoznik
On 02.05.2012 13:44, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com * src/util/threads-pthread.c, src/util/threads.h: Add virThreadCancel --- src/util/threads-pthread.c |5 + src/util/threads.h |1 + 2 files changed, 6 insertions(+) diff

Re: [libvirt] [PATCH 02/12] Add API for thread cancellation

2012-05-02 Thread Daniel P. Berrange
On Wed, May 02, 2012 at 05:22:53PM +0200, Michal Privoznik wrote: On 02.05.2012 13:44, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com * src/util/threads-pthread.c, src/util/threads.h: Add virThreadCancel --- src/util/threads-pthread.c |5 +