projects
/
lttng-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd2d5dd
)
Fix: function definition and declaration mismatch
author
David Goulet
<dgoulet@efficios.com>
Thu, 21 Mar 2013 14:20:47 +0000
(10:20 -0400)
committer
David Goulet
<dgoulet@efficios.com>
Thu, 21 Mar 2013 14:22:24 +0000
(10:22 -0400)
Fixes #476
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/common/consumer.c
patch
|
blob
|
blame
|
history
diff --git
a/src/common/consumer.c
b/src/common/consumer.c
index 300fd2a2fc896108ac60c43ce920a5f633be111b..8730e39fbbda7db3fda89758cbd8b5f01385f9f7 100644
(file)
--- 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(u
nsigned long
key,
+struct lttng_consumer_channel *consumer_allocate_channel(u
int64_t
key,
uint64_t session_id,
const char *pathname,
const char *name,
This page took
0.027445 seconds
and
4
git commands to generate.