Fix relayd: stream index file created in the wrong directory
[lttng-tools.git] / src / common / index / index.c
index 12d54e00639e353405ca9e23cd0b1f8ae5014dce..fae1bfd4bcabdd9ba90ee3600733264e581ec7dc 100644 (file)
@@ -35,7 +35,7 @@
  *
  * Return allocated struct lttng_index_file, NULL on error.
  */
-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)
 {
This page took 0.023089 seconds and 4 git commands to generate.