diff open.c @ 7:8339ab15527d

Add running/stopped containers global statistics and refactor some things
author Louis Opter <louis@dotcloud.com>
date Sat, 01 Jan 2011 17:46:40 +0100
parents 6ce4443e7545
children
line wrap: on
line diff
--- a/open.c	Sat Jan 01 16:18:17 2011 +0100
+++ b/open.c	Sat Jan 01 17:46:40 2011 +0100
@@ -48,6 +48,8 @@
     if (!c->cgroup_dir)
         goto free_controller;
 
+    c->lxc_dir = LXC_DIR;
+
     return (c);
 
 free_controller: