[lttng-dev] [PATCH lttng-tools] Fix consumer_allocate_channel function signature
David Goulet
dgoulet at efficios.com
Tue Mar 19 14:12:01 EDT 2013
Oh I did that already ;)
It's fixed in my dev. branch which should be upstream soon!
Thanks
David
Simon Marchi:
> 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,
More information about the lttng-dev
mailing list