X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng-sessiond%2Fust-app.c;h=3de826bc2d97d8ca8850735af366291a4afb6c86;hp=4f68a87eecd86270cc0011cd528d38c79ec3fc96;hb=008dd0fe872d71d154867d25579b58a0a204d93d;hpb=58f3ca76ddd0d871fc1b71d816bdbabe1d7adeb1;ds=sidebyside diff --git a/lttng-sessiond/ust-app.c b/lttng-sessiond/ust-app.c index 4f68a87ee..3de826bc2 100644 --- a/lttng-sessiond/ust-app.c +++ b/lttng-sessiond/ust-app.c @@ -592,9 +592,6 @@ static int create_ust_channel(struct ust_app *app, } ua_chan->handle = ua_chan->obj->handle; - ua_chan->attr.shm_fd = ua_chan->obj->shm_fd; - ua_chan->attr.wait_fd = ua_chan->obj->wait_fd; - ua_chan->attr.memory_map_size = ua_chan->obj->memory_map_size; DBG2("UST app channel %s created successfully for pid:%d and sock:%d", ua_chan->name, app->key.pid, app->key.sock);