X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Findex%2Findex.h;h=83e61f6484c25d3210d472170578ef36809ced4f;hp=7020936b646b33142f3d2021d5f540bac08f29dd;hb=cb523e0290a439cf57fa7823ffa78803500ba4c3;hpb=116ffe568c1f1caec896970a2db2a2e30400747b diff --git a/src/common/index/index.h b/src/common/index/index.h index 7020936b6..83e61f648 100644 --- a/src/common/index/index.h +++ b/src/common/index/index.h @@ -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,