Fix: function definition and declaration mismatch
[lttng-tools.git] / src / common / consumer.c
index 300fd2a2fc896108ac60c43ce920a5f633be111b..8730e39fbbda7db3fda89758cbd8b5f01385f9f7 100644 (file)
@@ -820,7 +820,7 @@ error:
  *
  * On error, return NULL.
  */
-struct lttng_consumer_channel *consumer_allocate_channel(unsigned long key,
+struct lttng_consumer_channel *consumer_allocate_channel(uint64_t key,
                uint64_t session_id,
                const char *pathname,
                const char *name,
This page took 0.024083 seconds and 4 git commands to generate.