X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust%2Flttng-ust-comm.c;h=a299ba84c6ba583b1d2afff4d8ff0576a0991e36;hb=61e520fbc01329423ff3f80be7171eb48cabd085;hp=61dbb41b4553c9a9eee21829ba269e4d5c93c1cb;hpb=060577e34998f721439135e8fc533a0e52d98ff1;p=lttng-ust.git diff --git a/liblttng-ust/lttng-ust-comm.c b/liblttng-ust/lttng-ust-comm.c index 61dbb41b..a299ba84 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,