Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
b8158826
Commit
b8158826
authored
Jul 31, 2016
by
Christian Brauner
Committed by
Stéphane Graber
Aug 11, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cgroups: move cgroup files to common subfolder
Signed-off-by:
Christian Brauner
<
cbrauner@suse.de
>
parent
b5e153de
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
6 deletions
+7
-6
Makefile.am
src/lxc/Makefile.am
+7
-6
cgfs.c
src/lxc/cgroups/cgfs.c
+0
-0
cgfsng.c
src/lxc/cgroups/cgfsng.c
+0
-0
cgmanager.c
src/lxc/cgroups/cgmanager.c
+0
-0
cgroup.c
src/lxc/cgroups/cgroup.c
+0
-0
cgroup.h
src/lxc/cgroups/cgroup.h
+0
-0
No files found.
src/lxc/Makefile.am
View file @
b8158826
...
...
@@ -17,8 +17,8 @@ noinst_HEADERS = \
bdev/lxcrbd.h
\
bdev/lxcrsync.h
\
bdev/lxczfs.h
\
cgroups/cgroup.h
\
caps.h
\
cgroup.h
\
conf.h
\
console.h
\
error.h
\
...
...
@@ -80,6 +80,9 @@ liblxc_so_SOURCES = \
bdev/lxcrbd.c bdev/lxcrbd.h
\
bdev/lxcrsync.c bdev/lxcrsync.h
\
bdev/lxczfs.c bdev/lxczfs.h
\
cgroups/cgfs.c
\
cgroups/cgfsng.c
\
cgroups/cgroup.c cgroups/cgroup.h
\
commands.c commands.h
\
start.c start.h
\
execute.c
\
...
...
@@ -88,9 +91,6 @@ liblxc_so_SOURCES = \
freezer.c
\
error.h error.c
\
parse.c parse.h
\
cgfs.c
\
cgfsng.c
\
cgroup.c cgroup.h
\
lxc.h
\
initutils.c initutils.h
\
utils.c utils.h
\
...
...
@@ -122,7 +122,7 @@ liblxc_so_SOURCES = \
$(LSM_SOURCES)
if
ENABLE_CGMANAGER
liblxc_so_SOURCES
+=
cgmanager.c
liblxc_so_SOURCES
+=
cg
roups/cg
manager.c
endif
if
IS_BIONIC
...
...
@@ -154,7 +154,8 @@ AM_CFLAGS=-DLXCROOTFSMOUNT=\"$(LXCROOTFSMOUNT)\" \
-DSBINDIR
=
\"
$(SBINDIR)
\"
\
-I
$(top_srcdir)
/src
\
-I
$(top_srcdir)
/src/lxc
\
-I
$(top_srcdir)
/src/lxc/bdev
-I
$(top_srcdir)
/src/lxc/bdev
\
-I
$(top_srcdir)
/src/lxc/cgroups
if
ENABLE_APPARMOR
AM_CFLAGS
+=
-DHAVE_APPARMOR
...
...
src/lxc/cgfs.c
→
src/lxc/cg
roups/cg
fs.c
View file @
b8158826
File moved
src/lxc/cgfsng.c
→
src/lxc/cg
roups/cg
fsng.c
View file @
b8158826
File moved
src/lxc/cgmanager.c
→
src/lxc/cg
roups/cg
manager.c
View file @
b8158826
File moved
src/lxc/cgroup.c
→
src/lxc/cgroup
s/cgroup
.c
View file @
b8158826
File moved
src/lxc/cgroup.h
→
src/lxc/cgroup
s/cgroup
.h
View file @
b8158826
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment