Commit d825fff3 by Christian Brauner Committed by Stéphane Graber

Make mod_all_rdeps() public It will now also be called from start.c

parent aee755ee
...@@ -2111,7 +2111,7 @@ static void strip_newline(char *p) ...@@ -2111,7 +2111,7 @@ static void strip_newline(char *p)
p[len-1] = '\0'; p[len-1] = '\0';
} }
static void mod_all_rdeps(struct lxc_container *c, bool inc) void mod_all_rdeps(struct lxc_container *c, bool inc)
{ {
struct lxc_container *p; struct lxc_container *p;
char *lxcpath = NULL, *lxcname = NULL, path[MAXPATHLEN]; char *lxcpath = NULL, *lxcname = NULL, path[MAXPATHLEN];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment