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
d28779d9
Unverified
Commit
d28779d9
authored
Sep 21, 2018
by
Christian Brauner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cgfsng: add missing __cgfsng_ops__ attributes
Signed-off-by:
Christian Brauner
<
christian.brauner@ubuntu.com
>
parent
2d172fc7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
cgfsng.c
src/lxc/cgroups/cgfsng.c
+2
-2
No files found.
src/lxc/cgroups/cgfsng.c
View file @
d28779d9
...
@@ -1256,7 +1256,7 @@ static void remove_path_for_hierarchy(struct hierarchy *h, char *cgname, bool mo
...
@@ -1256,7 +1256,7 @@ static void remove_path_for_hierarchy(struct hierarchy *h, char *cgname, bool mo
h
->
container_full_path
=
NULL
;
h
->
container_full_path
=
NULL
;
}
}
static
inline
bool
cgfsng_monitor_create
(
struct
cgroup_ops
*
ops
,
__cgfsng_ops__
static
inline
bool
cgfsng_monitor_create
(
struct
cgroup_ops
*
ops
,
struct
lxc_handler
*
handler
)
struct
lxc_handler
*
handler
)
{
{
char
*
monitor_cgroup
;
char
*
monitor_cgroup
;
...
@@ -1402,7 +1402,7 @@ __cgfsng_ops__ static bool __do_cgroup_enter(struct cgroup_ops *ops, pid_t pid,
...
@@ -1402,7 +1402,7 @@ __cgfsng_ops__ static bool __do_cgroup_enter(struct cgroup_ops *ops, pid_t pid,
return
true
;
return
true
;
}
}
static
bool
cgfsng_monitor_enter
(
struct
cgroup_ops
*
ops
,
pid_t
pid
)
__cgfsng_ops__
static
bool
cgfsng_monitor_enter
(
struct
cgroup_ops
*
ops
,
pid_t
pid
)
{
{
return
__do_cgroup_enter
(
ops
,
pid
,
true
);
return
__do_cgroup_enter
(
ops
,
pid
,
true
);
}
}
...
...
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