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
8d3b0a65
Unverified
Commit
8d3b0a65
authored
Jul 31, 2016
by
Christian Brauner
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
d8e48992
Show 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 @
8d3b0a65
...
@@ -17,8 +17,8 @@ noinst_HEADERS = \
...
@@ -17,8 +17,8 @@ noinst_HEADERS = \
bdev/lxcrbd.h
\
bdev/lxcrbd.h
\
bdev/lxcrsync.h
\
bdev/lxcrsync.h
\
bdev/lxczfs.h
\
bdev/lxczfs.h
\
cgroups/cgroup.h
\
caps.h
\
caps.h
\
cgroup.h
\
conf.h
\
conf.h
\
console.h
\
console.h
\
error.h
\
error.h
\
...
@@ -80,6 +80,9 @@ liblxc_so_SOURCES = \
...
@@ -80,6 +80,9 @@ liblxc_so_SOURCES = \
bdev/lxcrbd.c bdev/lxcrbd.h
\
bdev/lxcrbd.c bdev/lxcrbd.h
\
bdev/lxcrsync.c bdev/lxcrsync.h
\
bdev/lxcrsync.c bdev/lxcrsync.h
\
bdev/lxczfs.c bdev/lxczfs.h
\
bdev/lxczfs.c bdev/lxczfs.h
\
cgroups/cgfs.c
\
cgroups/cgfsng.c
\
cgroups/cgroup.c cgroups/cgroup.h
\
commands.c commands.h
\
commands.c commands.h
\
start.c start.h
\
start.c start.h
\
execute.c
\
execute.c
\
...
@@ -88,9 +91,6 @@ liblxc_so_SOURCES = \
...
@@ -88,9 +91,6 @@ liblxc_so_SOURCES = \
freezer.c
\
freezer.c
\
error.h error.c
\
error.h error.c
\
parse.c parse.h
\
parse.c parse.h
\
cgfs.c
\
cgfsng.c
\
cgroup.c cgroup.h
\
lxc.h
\
lxc.h
\
initutils.c initutils.h
\
initutils.c initutils.h
\
utils.c utils.h
\
utils.c utils.h
\
...
@@ -122,7 +122,7 @@ liblxc_so_SOURCES = \
...
@@ -122,7 +122,7 @@ liblxc_so_SOURCES = \
$(LSM_SOURCES)
$(LSM_SOURCES)
if
ENABLE_CGMANAGER
if
ENABLE_CGMANAGER
liblxc_so_SOURCES
+=
cgmanager.c
liblxc_so_SOURCES
+=
cg
roups/cg
manager.c
endif
endif
if
IS_BIONIC
if
IS_BIONIC
...
@@ -154,7 +154,8 @@ AM_CFLAGS=-DLXCROOTFSMOUNT=\"$(LXCROOTFSMOUNT)\" \
...
@@ -154,7 +154,8 @@ AM_CFLAGS=-DLXCROOTFSMOUNT=\"$(LXCROOTFSMOUNT)\" \
-DSBINDIR
=
\"
$(SBINDIR)
\"
\
-DSBINDIR
=
\"
$(SBINDIR)
\"
\
-I
$(top_srcdir)
/src
\
-I
$(top_srcdir)
/src
\
-I
$(top_srcdir)
/src/lxc
\
-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
if
ENABLE_APPARMOR
AM_CFLAGS
+=
-DHAVE_APPARMOR
AM_CFLAGS
+=
-DHAVE_APPARMOR
...
...
src/lxc/cgfs.c
→
src/lxc/cg
roups/cg
fs.c
View file @
8d3b0a65
File moved
src/lxc/cgfsng.c
→
src/lxc/cg
roups/cg
fsng.c
View file @
8d3b0a65
File moved
src/lxc/cgmanager.c
→
src/lxc/cg
roups/cg
manager.c
View file @
8d3b0a65
File moved
src/lxc/cgroup.c
→
src/lxc/cgroup
s/cgroup
.c
View file @
8d3b0a65
File moved
src/lxc/cgroup.h
→
src/lxc/cgroup
s/cgroup
.h
View file @
8d3b0a65
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