X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=ltt-sessiond%2Fust-comm.h;h=f7a3951668ed19a61985e9bc5dbdaffc0d031f24;hb=3ada8405ab6718baa7e1beb75351acbe60ab402f;hp=8a04f85a5c027b94503867db81a92dc52129e8ef;hpb=099e26bda04bd3e02eee5b0a17fc0d7f47e3f8ea;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 */