[Sheepdog] [PATCH v6 1/8] sheep: drive object cache to work

Liu Yuan namei.unix at gmail.com
Mon Mar 26 15:48:23 CEST 2012


From: Liu Yuan <tailai.ly at taobao.com>


Signed-off-by: Liu Yuan <tailai.ly at taobao.com>
---
 lib/Makefile.am   |    2 +-
 sheep/Makefile.am |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/Makefile.am b/lib/Makefile.am
index c4fb3af..45e99e8 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -4,4 +4,4 @@ INCLUDES                = -I$(top_builddir)/include -I$(top_srcdir)/include
 
 noinst_LIBRARIES	= libsheepdog.a
 
-libsheepdog_a_SOURCES	= event.c logger.c net.c util.c coroutine.c
+libsheepdog_a_SOURCES	= event.c logger.c net.c util.c coroutine.c rbtree.c
diff --git a/sheep/Makefile.am b/sheep/Makefile.am
index 279af77..af4e9cc 100644
--- a/sheep/Makefile.am
+++ b/sheep/Makefile.am
@@ -25,7 +25,7 @@ INCLUDES		= -I$(top_builddir)/include -I$(top_srcdir)/include \
 sbin_PROGRAMS		= sheep
 
 sheep_SOURCES		= sheep.c group.c sdnet.c store.c vdi.c work.c journal.c ops.c \
-			  cluster/local.c strbuf.c simple_store.c
+			  cluster/local.c strbuf.c simple_store.c object_cache.c
 if BUILD_COROSYNC
 sheep_SOURCES		+= cluster/corosync.c
 endif
-- 
1.7.8.2




More information about the sheepdog mailing list