index common code: introduce lttng_index_file_unlink
[lttng-tools.git] / src / common / index / index.h
index 7020936b646b33142f3d2021d5f540bac08f29dd..b240969e228173668fc9ed539a0401b67c0e0940 100644 (file)
@@ -40,6 +40,9 @@ struct lttng_index_file {
 struct lttng_index_file *lttng_index_file_create(char *path_name,
                char *stream_name, int uid, int gid, uint64_t size,
                uint64_t count, uint32_t major, uint32_t minor);
+int lttng_index_file_unlink(char *path_name,
+               char *stream_name, int uid, int gid,
+               uint64_t tracefile_size, uint64_t tracefile_count_current);
 struct lttng_index_file *lttng_index_file_open(const char *path_name,
                const char *channel_name, uint64_t tracefile_count,
                uint64_t tracefile_count_current);
This page took 0.025605 seconds and 5 git commands to generate.