Skip to content

Commit

Permalink
cgfsng: get_hierarchy()
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
  • Loading branch information
Christian Brauner committed Feb 21, 2018
1 parent fa9b542 commit 9bc2317
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/lxc/cgroups/cgfsng.c
Expand Up @@ -301,9 +301,8 @@ static void free_handler_data(struct cgfsng_handler_data *d)
free(d);
}

/*
* Given a handler's cgroup data, return the struct hierarchy for the
* controller @c, or NULL if there is none.
/* Given a handler's cgroup data, return the struct hierarchy for the controller
* @c, or NULL if there is none.
*/
struct hierarchy *get_hierarchy(const char *c)
{
Expand Down

0 comments on commit 9bc2317

Please sign in to comment.