X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Findex%2Findex.h;h=a7e6aee07a046a2b7b097f76f0a920dcf2bc1ac8;hp=744fe0107f82e22a1f73c4fb208beec964012dab;hb=2f8f53af90479595d530f8f02e71dd0b9fb810ee;hpb=80e8027abb847655ebe43b2b5aec1a5141bb9668 diff --git a/src/common/index/index.h b/src/common/index/index.h index 744fe0107..a7e6aee07 100644 --- a/src/common/index/index.h +++ b/src/common/index/index.h @@ -26,5 +26,7 @@ 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 ctf_packet_index *index, size_t len); +int index_open(const char *path_name, const char *channel_name, + uint64_t tracefile_count, uint64_t tracefile_count_current); #endif /* _INDEX_H */