Fix: bad type for the relayd id
[lttng-tools.git] / src / common / consumer.c
index 37a4e01978dc05324fb5739e3e681e84e82d1ad8..540c59f40d2f58d18d53586ed3eaf14a39e8300e 100644 (file)
@@ -568,7 +568,7 @@ struct lttng_consumer_stream *consumer_allocate_stream(uint64_t channel_key,
                const char *channel_name,
                uid_t uid,
                gid_t gid,
-               int relayd_id,
+               uint64_t relayd_id,
                uint64_t session_id,
                int cpu,
                int *alloc_ret,
@@ -855,7 +855,7 @@ struct lttng_consumer_channel *consumer_allocate_channel(uint64_t key,
                const char *name,
                uid_t uid,
                gid_t gid,
-               int relayd_id,
+               uint64_t relayd_id,
                enum lttng_event_output output,
                uint64_t tracefile_size,
                uint64_t tracefile_count)
This page took 0.023165 seconds and 4 git commands to generate.