Comment why we cannot rmdir the lttng and relayd rundir
[lttng-tools.git] / src / bin / lttng-relayd / health-relayd.c
index 61e50367cb0eb1bfeadeb1e549468d180145afa0..6b4a742f8e5fa95066e29b3e922ff13bd449eb31 100644 (file)
@@ -385,6 +385,11 @@ error:
                }
        }
 
+       /*
+        * We do NOT rmdir rundir nor the relayd path because there are
+        * other processes using them.
+        */
+
        lttng_poll_clean(&events);
 
        rcu_unregister_thread();
This page took 0.024361 seconds and 5 git commands to generate.