Fix: consumer: 64-bit index for relayd rather than 32-bit (v2)
[lttng-tools.git] / src / common / ust-consumer / ust-consumer.c
index e8e36d71c520602fa2c74ccd3c3c956beb9ce47d..1068087225255705a1d2407a7642fef376bcde37 100644 (file)
@@ -113,7 +113,7 @@ error:
  */
 static struct lttng_consumer_channel *allocate_channel(uint64_t session_id,
                const char *pathname, const char *name, uid_t uid, gid_t gid,
-               int relayd_id, uint64_t key, enum lttng_event_output output,
+               uint64_t relayd_id, uint64_t key, enum lttng_event_output output,
                uint64_t tracefile_size, uint64_t tracefile_count,
                uint64_t session_id_per_pid)
 {
This page took 0.023941 seconds and 4 git commands to generate.