Re: [libvirt] [PATCH v6 1/4] threadpool impl

2010-12-09 Thread Daniel P. Berrange
On Wed, Dec 08, 2010 at 02:19:06PM +0800, Hu Tao wrote: * src/util/threadpool.c, src/util/threadpool.h: Thread pool implementation * src/Makefile.am: Build thread pool * src/libvirt_private.syms: Export public functions --- cfg.mk |1 + src/Makefile.am |

Re: [libvirt] [PATCH v6 1/4] threadpool impl

2010-12-09 Thread Eric Blake
On 12/07/2010 11:19 PM, Hu Tao wrote: I fixed your 'make syntax-check' problems: preprocessor_indentation cppi: src/util/threadpool.h: line 27: not properly indented cppi: src/util/threadpool.h: line 29: not properly indented maint.mk: incorrect preprocessor indentation +++

Re: [libvirt] [PATCH v6 1/4] threadpool impl

2010-12-09 Thread Hu Tao
On Thu, Dec 09, 2010 at 11:40:32AM -0700, Eric Blake wrote: On 12/07/2010 11:19 PM, Hu Tao wrote: I fixed your 'make syntax-check' problems: Thanks! -- Thanks, Hu Tao -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [PATCH v6 1/4] threadpool impl

2010-12-09 Thread Hu Tao
On Thu, Dec 09, 2010 at 10:53:56AM +, Daniel P. Berrange wrote: On Wed, Dec 08, 2010 at 02:19:06PM +0800, Hu Tao wrote: * src/util/threadpool.c, src/util/threadpool.h: Thread pool implementation * src/Makefile.am: Build thread pool * src/libvirt_private.syms: Export public functions

[libvirt] [PATCH v6 1/4] threadpool impl

2010-12-07 Thread Hu Tao
* src/util/threadpool.c, src/util/threadpool.h: Thread pool implementation * src/Makefile.am: Build thread pool * src/libvirt_private.syms: Export public functions --- cfg.mk |1 + src/Makefile.am |1 + src/libvirt_private.syms |6 + src/util/threadpool.c