From a8bbaacbc4bad239cb6ec6f791786e82b0a02760 Mon Sep 17 00:00:00 2001 From: Dhaval Giani Date: Mon, 21 Jul 2008 13:00:48 +0000 Subject: libcgroup: Ensure global data is protected Add rwlock to ensure access to cg_mount_table is serialized. Signed-off-by: Dhaval Giani Cc: Balbir Singh Cc: Vivek Goyal git-svn-id: https://libcg.svn.sourceforge.net/svnroot/libcg/trunk@110 4f4bb910-9a46-0410-90c8-c897d4f1cd53 --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Makefile b/tests/Makefile index 1c57de7..e668032 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,5 +1,5 @@ LDFLAGS = -L .. -LIBS = -lcgroup +LIBS = -lcgroup -lpthread INC = -I .. CXXFLAGS = -g -O2 -Wall -DDEBUG $(INC) -- cgit