X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Fctf%2Flttng-live%2Flttng-live.h;h=4ea4865de055f1cb976e0cf41660f5546a5eb7e0;hb=42521b696131e2ccaa3622f297f97df6e90827e6;hp=6a3614bbb98df72db46dd75756f4b5e5c80b8c07;hpb=419f470d5477e5fd9c5baf5101639e20613fca27;p=babeltrace.git diff --git a/plugins/ctf/lttng-live/lttng-live.h b/plugins/ctf/lttng-live/lttng-live.h index 6a3614bb..4ea4865d 100644 --- a/plugins/ctf/lttng-live/lttng-live.h +++ b/plugins/ctf/lttng-live/lttng-live.h @@ -295,6 +295,6 @@ struct lttng_live_trace *lttng_live_borrow_trace( struct lttng_live_session *session, uint64_t trace_id); void lttng_live_need_new_streams(struct lttng_live_msg_iter *lttng_live_msg_iter); -bool lttng_live_is_canceled(struct lttng_live_component *lttng_live); +bool lttng_live_graph_is_canceled(struct lttng_live_component *lttng_live); #endif /* BABELTRACE_PLUGIN_CTF_LTTNG_LIVE_H */