Fix relayd: stream index file created in the wrong directory
[lttng-tools.git] / src / common / index / index.h
index 7020936b646b33142f3d2021d5f540bac08f29dd..83e61f6484c25d3210d472170578ef36809ced4f 100644 (file)
@@ -37,7 +37,7 @@ 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(char *path_name,
+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_open(const char *path_name,
This page took 0.023798 seconds and 5 git commands to generate.