lkml.org 
[lkml]   [2011]   [Dec]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 03/11] kvm tools: move threadpool.c to util/
Date
threadpool.c contains no kvm related code, it is just a lib.

Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
---
tools/kvm/Makefile | 2 +-
tools/kvm/{ => util}/threadpool.c | 0
2 files changed, 1 insertions(+), 1 deletions(-)
rename tools/kvm/{ => util}/threadpool.c (100%)

diff --git a/tools/kvm/Makefile b/tools/kvm/Makefile
index cef3c44..b0bb266 100644
--- a/tools/kvm/Makefile
+++ b/tools/kvm/Makefile
@@ -76,7 +76,7 @@ OBJS += net/uip/csum.o
OBJS += net/uip/dhcp.o
OBJS += kvm-cmd.o
OBJS += rbtree.o
-OBJS += threadpool.o
+OBJS += util/threadpool.o
OBJS += util/parse-options.o
OBJS += util/rbtree-interval.o
OBJS += util/strbuf.o
diff --git a/tools/kvm/threadpool.c b/tools/kvm/util/threadpool.c
similarity index 100%
rename from tools/kvm/threadpool.c
rename to tools/kvm/util/threadpool.c
--
1.7.4.4


\
 
 \ /
  Last update: 2011-12-12 08:17    [W:0.102 / U:0.760 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site