X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Findex%2Findex.h;h=a999a83d9b74aef5bcc7ca79d0b2185db39127db;hp=469a870abe18312e84c1340d79d17e1317ef1dce;hb=348a81dcf7b6944b10a813d93dcaf86fdb5194f6;hpb=2abe796968937298012c0ec668f7fc88305683f2 diff --git a/src/common/index/index.h b/src/common/index/index.h index 469a870ab..a999a83d9 100644 --- a/src/common/index/index.h +++ b/src/common/index/index.h @@ -38,9 +38,6 @@ struct lttng_index_file { * create and open have refcount of 1. Use put to decrement the * refcount. Destroys when reaching 0. Use "get" to increment refcount. */ -struct lttng_index_file *lttng_index_file_create(const char *path_name, - char *stream_name, int uid, int gid, uint64_t size, - uint64_t count, uint32_t major, uint32_t minor); struct lttng_index_file *lttng_index_file_create_from_trace_chunk( struct lttng_trace_chunk *chunk, const char *channel_path, char *stream_name,