Fix: code refactoring of viewer streams in relayd
[lttng-tools.git] / src / common / index / index.h
index 744fe0107f82e22a1f73c4fb208beec964012dab..a7e6aee07a046a2b7b097f76f0a920dcf2bc1ac8 100644 (file)
@@ -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 */
This page took 0.023045 seconds and 4 git commands to generate.