projects
/
lttng-tools.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add channel output method selection
[lttng-tools.git]
/
lttng
/
commands
/
add_channel.c
diff --git
a/lttng/commands/add_channel.c
b/lttng/commands/add_channel.c
index ea7db820e0a1006ec754e6fd828cad7c9fa9e417..0cc8e4baa0b43ff2e1757d6d2e3926e62a1d6562 100644
(file)
--- a/
lttng/commands/add_channel.c
+++ b/
lttng/commands/add_channel.c
@@
-144,6
+144,7
@@
static void init_channel_config(void)
chan.attr.num_subbuf = DEFAULT_CHANNEL_SUBBUF_NUM;
chan.attr.switch_timer_interval = DEFAULT_CHANNEL_SWITCH_TIMER;
chan.attr.read_timer_interval = DEFAULT_CHANNEL_READ_TIMER;
+ chan.attr.output = DEFAULT_CHANNEL_OUTPUT;
}
/*
This page took
0.022642 seconds
and
4
git commands to generate.