X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Flttng-relayd.h;h=61db23a7752930ac5b351236f90d3e255181fb27;hp=9bbafe1dd75745625a3518ac60ed13293220a7cd;hb=309167d2a6f59d0c8cbf64eb23ba912cdea76a34;hpb=efa116c6f19ecdc344a82709e7d919703ec96c45 diff --git a/src/bin/lttng-relayd/lttng-relayd.h b/src/bin/lttng-relayd/lttng-relayd.h index 9bbafe1dd..61db23a77 100644 --- a/src/bin/lttng-relayd/lttng-relayd.h +++ b/src/bin/lttng-relayd/lttng-relayd.h @@ -60,6 +60,7 @@ struct relay_stream { struct relay_session *session; struct rcu_head rcu_node; int fd; + int index_fd; char *path_name; char *channel_name;