Rename LTTng index in CTF index
[lttng-tools.git] / src / common / index / index.h
index 4ffc526598e11d6b65b1b00516d63d0cd2065866..744fe0107f82e22a1f73c4fb208beec964012dab 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);
 
 #endif /* _INDEX_H */
This page took 0.022584 seconds and 4 git commands to generate.