X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fviewer-stream.h;h=1a390964d285321b092579dfb0bc58c7db37d662;hb=f465e9787f5b70d4a8f3761c60b8d6e4161e9628;hp=2514b172214ac02d6929042180cc15b7215e94b9;hpb=e0547b835d76e0a3a2c3082d7c10e6902a1f3e04;p=lttng-tools.git diff --git a/src/bin/lttng-relayd/viewer-stream.h b/src/bin/lttng-relayd/viewer-stream.h index 2514b1722..1a390964d 100644 --- a/src/bin/lttng-relayd/viewer-stream.h +++ b/src/bin/lttng-relayd/viewer-stream.h @@ -29,6 +29,7 @@ #include "ctf-trace.h" #include "lttng-viewer-abi.h" #include "stream.h" +#include "index-file.h" struct relay_stream; @@ -53,7 +54,7 @@ struct relay_viewer_stream { /* FD from which to read the stream data. */ struct stream_fd *stream_fd; /* index file from which to read the index data. */ - struct lttng_index_file *index_file; + struct relay_index_file *index_file; char *path_name; char *channel_name;