X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust%2Flttng-ust-comm.c;h=fba236864e5a3aff7db36a2f43bc634dcb8e1288;hb=acafe8d878bdbfd391b47b5b8a525a82a6e9702b;hp=703852a3aaef0b08ebd9975d0ded4df74061dc1e;hpb=2eab9f28f1a6a9f7e24c528a4a6418d44d370426;p=lttng-ust.git diff --git a/liblttng-ust/lttng-ust-comm.c b/liblttng-ust/lttng-ust-comm.c index 703852a3..fba23686 100644 --- a/liblttng-ust/lttng-ust-comm.c +++ b/liblttng-ust/lttng-ust-comm.c @@ -859,12 +859,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,