Graph API: split into private and public APIs
[babeltrace.git] / plugins / ctf / lttng-live / lttng-live.c
index 098a183659249937a88c548241300a6e04a54462..1f0b84468404377553c7a7cf405a020653ab886c 100644 (file)
@@ -92,7 +92,7 @@ bt_bool lttng_live_is_canceled(struct lttng_live_component *lttng_live)
 
        component = bt_component_from_private(lttng_live->private_component);
        graph = bt_component_get_graph(component);
-       ret = bt_graph_is_canceled(graph);
+       ret = bt_private_graph_is_canceled(graph);
        bt_object_put_ref(graph);
        bt_object_put_ref(component);
        return ret;
This page took 0.023919 seconds and 4 git commands to generate.