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>
Tue, 8 Sep 2015 13:44:23 +0000 (09:44 -0400)
commit548527ad243ffc40c88d6e4eb7331b296068ed32
tree367851af597857aa6dbf0b264b2e3c2f543d53a0
parentfcbf4ae7f9ba9b349b80ba5d799e682c405e0191
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.025538 seconds and 4 git commands to generate.