Remove fork() for the lttng view spawn viewer
authorDavid Goulet <dgoulet@efficios.com>
Wed, 8 Feb 2012 20:22:39 +0000 (15:22 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Wed, 8 Feb 2012 20:22:39 +0000 (15:22 -0500)
commit85a68078491446314361d6c8b06e5c5aaeb7a17f
tree6f5ed0d51b79ff9247b31345ea95751ce9f0e15b
parente7248846cfa228ceeb454fa6b0b69bf283cef937
Remove fork() for the lttng view spawn viewer

We can now ctrl+c the viewer :). The fork() is useless since the command
does nothing else after the exec().

Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng/commands/view.c
This page took 0.024891 seconds and 4 git commands to generate.