]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
libcgroup: Introduce the new namespace keyword
authorDhaval Giani <dhaval@linux.vnet.ibm.com>
Thu, 7 Jan 2010 10:54:34 +0000 (16:24 +0530)
committerDhaval Giani <dhaval@linux.vnet.ibm.com>
Thu, 7 Jan 2010 15:39:08 +0000 (21:09 +0530)
commite1cc4cb97e00a1878541cc78bc3e5103a266da2e
tree1919a9f6b6e1143b2a01825f373b8a32bafe1f8f
parente2104d8c20d068dcd927ac4c99b7ddb390eb4f10
libcgroup: Introduce the new namespace keyword

This patch introduces a new keywork NAMESPACE which allow cgroups
to be created starting from a certain point as mentioned by the
administrator. This is provided via the configuration file.

Newer APIs will use this feature.

Changes from v1:
1. Attempted to fix the indentation
2. Change a variable name

Signed-off-by: Dhaval Giani <dhaval@linux.vnet.ibm.com>
Acked-by: Balbir Singh <balbir@linux.vnet.ibm.com>
src/config.c
src/lex.l
src/libcgroup-internal.h
src/parse.y