X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Fust-comm.h;h=ba800900e1011fc8121723f08b8b2e3a0972fae6;hb=ff0f57289ff0e6be25424081fabbbfc0e3b1b565;hp=c3564dc66a6baa1692bdd9130e6a04877a825cfd;hpb=1849ef7cdc349bef4b6f6eb4a50058e06c26d431;p=lttng-ust.git diff --git a/include/ust-comm.h b/include/ust-comm.h index c3564dc6..ba800900 100644 --- a/include/ust-comm.h +++ b/include/ust-comm.h @@ -185,7 +185,7 @@ extern int ustcomm_send_app_cmd(int sock, int ustcomm_recv_fd(int sock); ssize_t ustcomm_recv_channel_from_sessiond(int sock, - void **chan_data, uint64_t len); + void **chan_data, uint64_t len, int *wakeup_fd); int ustcomm_recv_stream_from_sessiond(int sock, uint64_t *memory_map_size, int *shm_fd, int *wakeup_fd);