Add --session feature
[lttng-tools.git] / lttng / lttng.c
index 169e70eb0ddeedf5d29ffbe57ffb4f8581b3990f..9ef92a7d418418bf005361084421920c409989e3 100644 (file)
@@ -93,6 +93,10 @@ static int process_client_opt(void)
                }
        }
 
+       if (opt_session_uuid != NULL) {
+               lttng_set_current_session_uuid(opt_session_uuid);
+       }
+
        return 0;
 
 end:
This page took 0.024205 seconds and 5 git commands to generate.