X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Findex%2Findex.h;h=744fe0107f82e22a1f73c4fb208beec964012dab;hp=4ffc526598e11d6b65b1b00516d63d0cd2065866;hb=50adc26400482c07210afcda8ef1d3322f75871d;hpb=6565421fd1e3307cda0f3cb0f849cb990122edc7 diff --git a/src/common/index/index.h b/src/common/index/index.h index 4ffc52659..744fe0107 100644 --- a/src/common/index/index.h +++ b/src/common/index/index.h @@ -21,10 +21,10 @@ #include -#include "lttng-index.h" +#include "ctf-index.h" int index_create_file(char *path_name, char *stream_name, int uid, int gid, uint64_t size, uint64_t count); -ssize_t index_write(int fd, struct lttng_packet_index *index, size_t len); +ssize_t index_write(int fd, struct ctf_packet_index *index, size_t len); #endif /* _INDEX_H */