--- lxc_roh/src/lxc/lxc_attach.c        2011-10-02 18:57:40.000000000 +0200
+++ lxc/src/lxc/lxc_attach.c    2011-10-02 17:36:35.000000000 +0200
@@ -85,7 +85,7 @@
 
        curdir = get_current_dir_name();
 
-       ret = lxc_attach(pid);
+       ret = lxc_attach(pid, my_args.name);
        if (ret < 0) {
                ERROR("failed to enter the namespace");
                return -1;
--- lxc_roh/src/lxc/lxc_attach.c	2011-10-02 18:57:40.000000000 +0200
+++ lxc/src/lxc/lxc_attach.c	2011-10-02 17:36:35.000000000 +0200
@@ -85,7 +85,7 @@
 
 	curdir = get_current_dir_name();
 
-	ret = lxc_attach(pid);
+	ret = lxc_attach(pid, my_args.name);
 	if (ret < 0) {
 		ERROR("failed to enter the namespace");
 		return -1;
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
Lxc-devel mailing list
Lxc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-devel

Reply via email to