X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fcmd-2-4.h;h=d2cd2c6df88a1d450e03c79df0babab85e2335fd;hb=a8cad46163850205f0dc2607e361a63b4fab3f7a;hp=ab7347897382b462d1a92ec4acf7ff4b917856f6;hpb=c1591e37fbac83d8d12519b3c15e9ba13934b25a;p=deliverable%2Flttng-tools.git diff --git a/src/bin/lttng-relayd/cmd-2-4.h b/src/bin/lttng-relayd/cmd-2-4.h index ab7347897..d2cd2c6df 100644 --- a/src/bin/lttng-relayd/cmd-2-4.h +++ b/src/bin/lttng-relayd/cmd-2-4.h @@ -21,8 +21,9 @@ */ #include "lttng-relayd.h" +#include -int cmd_create_session_2_4(struct relay_connection *conn, +int cmd_create_session_2_4(const struct lttng_buffer_view *payload, char *session_name, char *hostname, uint32_t *live_timer, bool *snapshot);