Fix: correct mismatched function signatures
authorAntoine Busque <abusque@efficios.com>
Tue, 1 Sep 2015 22:53:57 +0000 (18:53 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 24 Sep 2015 04:35:35 +0000 (00:35 -0400)
commitb88e0132f5c04425501276f35062c86ff2312cf2
tree150560bf6ba12c0a839caa88c2066cff48609b06
parent0f85bec52aea64abfd89616b00115c91fd2171b3
Fix: correct mismatched function signatures

The extern declaration of `_lttng_create_session_ext` in `create.c`
had a superfluous `live_timer` parameter not present in the actual
function definition in `lttng_ctl.c`. The -1 value with which it was
called was therefore unused.

Signed-off-by: Antoine Busque <abusque@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng/commands/create.c
This page took 0.025289 seconds and 4 git commands to generate.