X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fcmd-2-2.h;h=822f627b1d07dbcf5e2c10fa9f76160a37dbed4b;hb=a8cad46163850205f0dc2607e361a63b4fab3f7a;hp=894a63a1ee0c2bc971c605a26e9ef961e48be752;hpb=c1591e37fbac83d8d12519b3c15e9ba13934b25a;p=lttng-tools.git 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);