X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt-sessiond%2Fust-comm.h;h=f7a3951668ed19a61985e9bc5dbdaffc0d031f24;hb=0133c1990185d0374ec06a751da23b7a84c54d78;hp=8a04f85a5c027b94503867db81a92dc52129e8ef;hpb=f8f0c3d1337c4eda5fb76a323ffe6c21c926a21e;p=lttng-tools.git diff --git a/ltt-sessiond/ust-comm.h b/ltt-sessiond/ust-comm.h index 8a04f85a5..f7a395166 100644 --- a/ltt-sessiond/ust-comm.h +++ b/ltt-sessiond/ust-comm.h @@ -20,6 +20,7 @@ #include -int ustcomm_send_command(int sock, struct lttcomm_ust_msg *msg); +struct lttcomm_ust_reply *ustcomm_send_command(int sock, + struct lttcomm_ust_msg *msg); #endif /* _LTT_UST_COMM_H */