ustd: add daemon mode
[ust.git] / usttrace
index e8ab13c7079ea2ca84eaa048805e2e13ae58bc0c..cb9464086adb7e82efad62059f2dc14e06874eca 100755 (executable)
--- a/usttrace
+++ b/usttrace
@@ -79,7 +79,10 @@ fi
 # Wait for the daemon to settle
 # If we don't, the process may try to connect to its socket before
 # it's ready.
-# FIXME: is there a way to make sure this works every time?
+# FIXME: is there a way to make sure this works every time? Yes,
+# we could have a mode where ustd daemonizes itself. Therefore
+# by the time the control returns to the console, it's ready.
+
 sleep 0.5
 
 # Establish the environment for the command
This page took 0.022735 seconds and 4 git commands to generate.