X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcommon%2Findex%2Findex.h;h=744fe0107f82e22a1f73c4fb208beec964012dab;hb=50adc26400482c07210afcda8ef1d3322f75871d;hp=58f2ac70add96ac8eb5be5195bff1773683c8a2c;hpb=309167d2a6f59d0c8cbf64eb23ba912cdea76a34;p=lttng-tools.git diff --git a/src/common/index/index.h b/src/common/index/index.h index 58f2ac70a..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); -int 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 */