X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng-sessiond%2Fust-app.c;h=6e25c5b3e13f907de0b08258c5ecb13dfe61cdf4;hp=0fc208311931846dcda77e3346c58f712dbb4079;hb=3735745270b83fc911d8ee39c8437256b3af4e3d;hpb=284d8f5566ac2689a537eacc951473d258f49ec0 diff --git a/lttng-sessiond/ust-app.c b/lttng-sessiond/ust-app.c index 0fc208311..6e25c5b3e 100644 --- a/lttng-sessiond/ust-app.c +++ b/lttng-sessiond/ust-app.c @@ -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++; } }