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:01:20 +0000 (17:01 -0400)
commit63dd9b285a6b2d71173951daa2245548946e0c9a
tree38e3d8d066a82b2bb19dfa0acce6bfb1a6e730ad
parenta188e2a6df728ca53e660603c91a60ea89364c40
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.028883 seconds and 5 git commands to generate.