On Thu, Dec 09, 2010 at 10:53:56AM +0000, 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
> ---
> cfg.mk | 1 +
> src/Makefile.am | 1 +
> src/libvirt_private.syms | 6 +
> src/util/threadpool.c | 231 ++++++++++++++++++++++++++++++++++++++++++++++
> src/util/threadpool.h | 48 ++++++++++
> 5 files changed, 287 insertions(+), 0 deletions(-)
> create mode 100644 src/util/threadpool.c
> create mode 100644 src/util/threadpool.h
ACK
Thanks:)
--
Thanks,
Hu Tao