Fix: bad type for the relayd id
[lttng-tools.git] / src / common / consumer.h
index bf87609f3f1aea428128895cdab7ba20cf1f8568..650397adaf6a6f815b14a9c50da5690565ef6c0e 100644 (file)
@@ -458,7 +458,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,
@@ -469,7 +469,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.022703 seconds and 4 git commands to generate.