lttng enable-channel: --blocking-timeout opt.: use `inf` instead of -1
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 28 Jul 2017 19:48:32 +0000 (15:48 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 1 Aug 2017 21:08:32 +0000 (17:08 -0400)
commit9e23d3ff2b04c7e2eaa4a08b7439b18f0bd355bb
treea5bc25416e850dadf21918c4073a28a2e943b5e8
parentae085ea90b6adc3e4a958bae8a67b73f17c4f7a8
lttng enable-channel: --blocking-timeout opt.: use `inf` instead of -1

It might be -1 for the API, but for a command-line interface used by
humans, `inf` is more meaningful than -1.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng/commands/enable_channels.c
tests/regression/ust/blocking/test_blocking
This page took 0.024971 seconds and 4 git commands to generate.