]> git.proxmox.com Git - mirror_lxc.git/commitdiff
Make mod_all_rdeps() public It will now also be called from start.c
authorChristian Brauner <christianvanbrauner@gmail.com>
Tue, 15 Sep 2015 19:24:04 +0000 (21:24 +0200)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 21 Sep 2015 15:47:37 +0000 (11:47 -0400)
Signed-off-by: Christian Brauner <christianvanbrauner@gmail.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
src/lxc/lxccontainer.c

index 0ba4fc0cdcb1e82adeeca6ffa866285d97b81343..dd891dc95d6274dce5216f42d1f57a196952b118 100644 (file)
@@ -2111,7 +2111,7 @@ static void strip_newline(char *p)
                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;
        char *lxcpath = NULL, *lxcname = NULL, path[MAXPATHLEN];