X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust%2Flttng-ust-comm.c;h=30dd161994cf637f2aa474bec91aab8d88379c2e;hb=694f63cad0272ce57e16c7f569ebe1a2f19ccc4b;hp=0b8be9276daf0761f28e6c882198e79ee295cab9;hpb=9d2dfb47d839eedb9e505201760e9af1899c9f7f;p=lttng-ust.git diff --git a/liblttng-ust/lttng-ust-comm.c b/liblttng-ust/lttng-ust-comm.c index 0b8be927..30dd1619 100644 --- a/liblttng-ust/lttng-ust-comm.c +++ b/liblttng-ust/lttng-ust-comm.c @@ -877,12 +877,13 @@ int handle_message(struct sock_info *sock_info, { /* Receive shm_fd, wakeup_fd */ ret = ustcomm_recv_stream_from_sessiond(sock, - &lum->u.stream.len, + NULL, &args.stream.shm_fd, &args.stream.wakeup_fd); if (ret) { goto error; } + if (ops->cmd) ret = ops->cmd(lum->handle, lum->cmd, (unsigned long) &lum->u,