X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Flttng-relayd.h;h=c60280e0fd9c717dc0bd0d1e975236ca0e73bed5;hb=7ce3675685dbbc7be9536eb9c2b5ff8d677dc0b5;hp=61db23a7752930ac5b351236f90d3e255181fb27;hpb=309167d2a6f59d0c8cbf64eb23ba912cdea76a34;p=lttng-tools.git diff --git a/src/bin/lttng-relayd/lttng-relayd.h b/src/bin/lttng-relayd/lttng-relayd.h index 61db23a77..c60280e0f 100644 --- a/src/bin/lttng-relayd/lttng-relayd.h +++ b/src/bin/lttng-relayd/lttng-relayd.h @@ -23,6 +23,7 @@ #include #include #include +#include /* * Queue used to enqueue relay requests @@ -60,6 +61,7 @@ struct relay_stream { struct relay_session *session; struct rcu_head rcu_node; int fd; + /* FD on which to write the index data. */ int index_fd; char *path_name;