relayd: create stream files relative to a session's trace chunk
[lttng-tools.git] / src / common / index / index.h
index 469a870abe18312e84c1340d79d17e1317ef1dce..a999a83d9b74aef5bcc7ca79d0b2185db39127db 100644 (file)
@@ -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,
This page took 0.02279 seconds and 4 git commands to generate.