From: David Goulet Date: Thu, 21 Mar 2013 14:20:47 +0000 (-0400) Subject: Fix: function definition and declaration mismatch X-Git-Tag: v2.2.0-rc1~58 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=886224ffff69ab7b9fb772bc7c8bedc7982e8f40 Fix: function definition and declaration mismatch Fixes #476 Signed-off-by: David Goulet --- diff --git a/src/common/consumer.c b/src/common/consumer.c index 300fd2a2f..8730e39fb 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,