X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=ltt-sessiond%2Fust-comm.h;h=f7a3951668ed19a61985e9bc5dbdaffc0d031f24;hp=8a04f85a5c027b94503867db81a92dc52129e8ef;hb=0177d773712c6d6b11e395708ae2cc686d6917a4;hpb=ef805c1d5319ddce9777a7b78cbbaf595a7981e2 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 */