lxc_cgroup.c revision 576f946d784dbe7bf9008565647bde81ed064dc2
1057N/A/*
1057N/A * lxc: linux Container library
1057N/A *
1057N/A * (C) Copyright IBM Corp. 2007, 2008
1589N/A *
1057N/A * Authors:
660N/A * Daniel Lezcano <dlezcano at fr.ibm.com>
1057N/A *
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 *
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 *
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
3311N/A */
1109N/A
2506N/A#include <stdio.h>
2737N/A#include <lxc/lxc.h>
2737N/A
2737N/Aint main(int argc, char *argv[])
2437N/A{
2437N/A return 0;
2437N/A}
3356N/A