lttng-live: handle EINTR and graph cancelation
[babeltrace.git] / plugins / ctf / lttng-live / lttng-live-internal.h
index 6b2d71fb86a4554b5d8a3ba30e0cfe078f4504b3..fa5409270865c77daa746807b7134a684f4a9fb9 100644 (file)
@@ -193,6 +193,7 @@ struct lttng_live_component {
        struct lttng_live_no_stream_iterator *no_stream_iter;
 
        struct bt_component *downstream_component;
+       struct bt_graph *graph;  /* weak */
 };
 
 enum bt_ctf_lttng_live_iterator_status {
This page took 0.022655 seconds and 4 git commands to generate.