liblttctl: switch_timer for all channels fix
authorOussama El Mfadli <oussama.el-mfadli@polymtl.ca>
Wed, 9 Jun 2010 19:22:23 +0000 (15:22 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Wed, 9 Jun 2010 19:22:23 +0000 (15:22 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttctl/liblttctl.c

index 9b8a60b8300618d41bb64e3caec10ed25daf2441..1032f15660019608b5682e4e41180591db31a5d2 100644 (file)
@@ -731,7 +731,7 @@ int lttctl_set_channel_switch_timer(const char *name, const char *channel,
                goto arg_error;
 
        if (strcmp(channel, "all")) {
-               ret = __lttctl_set_channel_subbuf_size(name, channel,
+               ret = __lttctl_set_channel_switch_timer(name, channel,
                        switch_timer);
                if (ret)
                        goto op_err;
This page took 0.02282 seconds and 4 git commands to generate.