Rename kernel and ust trace variable for clarity
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.c
index 00c6d9622678b63ef2a964fd7067eb4b5719d907..7f27eae078a45abd28535db63760e3aaecc1cf64 100644 (file)
@@ -4238,7 +4238,7 @@ void ust_app_global_update(struct ltt_ust_session *usess, int sock)
 
        pthread_mutex_unlock(&ua_sess->lock);
 
-       if (usess->start_trace) {
+       if (usess->active) {
                ret = ust_app_start_trace(usess, app);
                if (ret < 0) {
                        goto error;
This page took 0.024528 seconds and 5 git commands to generate.