lxc_cgroup.c revision 576f946d784dbe7bf9008565647bde81ed064dc2
1057N/A * lxc: linux Container library 1057N/A * (C) Copyright IBM Corp. 2007, 2008 1057N/A * This library is free software; you can redistribute it and/or 1057N/A * modify it under the terms of the GNU Lesser General Public 1057N/A * License as published by the Free Software Foundation; either 1057N/A * version 2.1 of the License, or (at your option) any later version. 1057N/A * This library is distributed in the hope that it will be useful, 1057N/A * but WITHOUT ANY WARRANTY; without even the implied warranty of 1057N/A * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 1057N/A * Lesser General Public License for more details. 1057N/A * You should have received a copy of the GNU Lesser General Public 1057N/A * License along with this library; if not, write to the Free Software 660N/A * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA