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)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 29 May 2019 20:53:02 +0000 (16:53 -0400)
commit199cb5d74bcdc3040c700de0d86cd3684922c6ce
tree927c554e17e1abb3ac787421358698db13dbac64
parent96d91d99e6f84ccfa10b79549984bcd008830cb0
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.02714 seconds and 4 git commands to generate.