X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fstream.h;h=d471c7b7f49561c7c1882b5c584822daf037fcb5;hb=e0547b835d76e0a3a2c3082d7c10e6902a1f3e04;hp=5030e5d4c47e03291b22102aaef1b50a093bd33a;hpb=ec6aeb552212f4e8072fb19d2cbc7499e50ad60f;p=lttng-tools.git diff --git a/src/bin/lttng-relayd/stream.h b/src/bin/lttng-relayd/stream.h index 5030e5d4c..d471c7b7f 100644 --- a/src/bin/lttng-relayd/stream.h +++ b/src/bin/lttng-relayd/stream.h @@ -58,8 +58,8 @@ struct relay_stream { /* FD on which to write the stream data. */ struct stream_fd *stream_fd; - /* FD on which to write the index data. */ - struct stream_fd *index_fd; + /* index file on which to write the index data. */ + struct lttng_index_file *index_file; char *path_name; char *channel_name;