From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Lezcano Subject: Re: libcgroup Date: Tue, 03 Feb 2009 10:32:27 +0100 Message-ID: <49880F2B.1030704@free.fr> References: <7B7881568CF40E4388B615CD06F87B980989E8@clara.maurer-it.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <7B7881568CF40E4388B615CD06F87B980989E8-cHQ43lMKbBKenyD9vqZGNUEOCMrvLtNR@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Dietmar Maurer , Linux Containers List-Id: containers.vger.kernel.org Dietmar Maurer wrote: > Hi Daniel, > > what is libcgroup, and how does that relate to the lxc-container > library? > The libcgroup is a C mapping library for the cgroup file system API + saving of the cgroup configuration. The liblxc directly addresses the cgroup fs without using the libcgroup.