X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fcmd-2-2.h;h=822f627b1d07dbcf5e2c10fa9f76160a37dbed4b;hp=894a63a1ee0c2bc971c605a26e9ef961e48be752;hb=5312a3edd938117cb5670de711f237e7b6f2e68c;hpb=2288467f63826a06d25ac361fa04ea92ec7ddfa3 diff --git a/src/bin/lttng-relayd/cmd-2-2.h b/src/bin/lttng-relayd/cmd-2-2.h index 894a63a1e..822f627b1 100644 --- a/src/bin/lttng-relayd/cmd-2-2.h +++ b/src/bin/lttng-relayd/cmd-2-2.h @@ -21,8 +21,9 @@ */ #include "lttng-relayd.h" +#include -int cmd_recv_stream_2_2(struct relay_connection *conn, +int cmd_recv_stream_2_2(const struct lttng_buffer_view *payload, char **path_name, char **channel_name, uint64_t *tracefile_size, uint64_t *tracefile_count);