[lttng-dev] [PATCH lttng-tools] Fix consumer_allocate_channel function signature
Simon Marchi
simon.marchi at polymtl.ca
Tue Mar 19 14:10:25 EDT 2013
Signed-off-by: Simon Marchi <simon.marchi at polymtl.ca>
---
src/common/consumer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/common/consumer.c b/src/common/consumer.c
index 300fd2a..8730e39 100644
--- a/src/common/consumer.c
+++ b/src/common/consumer.c
@@ -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,
--
1.7.10.4
More information about the lttng-dev
mailing list