Fix enabled state when listing UST events
[lttng-tools.git] / lttng-sessiond / ust-app.c
index 0fc208311931846dcda77e3346c58f712dbb4079..6e25c5b3e13f907de0b08258c5ecb13dfe61cdf4 100644 (file)
@@ -414,6 +414,7 @@ int ust_app_list_events(struct lttng_event **events)
 
                        tmp[count].type = LTTNG_UST_TRACEPOINT;
                        tmp[count].pid = app->key.pid;
+                       tmp[count].enabled = -1;
                        count++;
                }
        }
This page took 0.022581 seconds and 4 git commands to generate.