Fix: code refactoring of viewer streams in relayd
[lttng-tools.git] / src / common / index / index.h
index 4ffc526598e11d6b65b1b00516d63d0cd2065866..a7e6aee07a046a2b7b097f76f0a920dcf2bc1ac8 100644 (file)
 
 #include <inttypes.h>
 
-#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);
+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.025391 seconds and 5 git commands to generate.