Cleanup: src.ctf.lttng-live: rename _is_canceled function
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Wed, 15 May 2019 20:01:39 +0000 (16:01 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 28 May 2019 13:48:13 +0000 (09:48 -0400)
commit42521b696131e2ccaa3622f297f97df6e90827e6
tree10e291c3e6208435130da09ec4db034ca6f5714d
parent419f470d5477e5fd9c5baf5101639e20613fca27
Cleanup: src.ctf.lttng-live: rename _is_canceled function

Rename the `lttng_live_is_canceled()` function to
`lttng_live_graph_is_canceled()` to make it clear it's the graph that
may be canceled and not the lttng_live component.

No behaviour change intended.

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Change-Id: I918c5262e4b833eb8ed302eab42df19ceac0cbbc
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1309
Tested-by: jenkins
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
plugins/ctf/lttng-live/lttng-live.c
plugins/ctf/lttng-live/lttng-live.h
plugins/ctf/lttng-live/metadata.c
plugins/ctf/lttng-live/viewer-connection.c
This page took 0.024537 seconds and 4 git commands to generate.