tap-driver.sh: flush stdout after each test result
[babeltrace.git] / plugins / ctf / lttng-live / lttng-live.h
index 6a3614bbb98df72db46dd75756f4b5e5c80b8c07..67f021c622beb9c8497e5b96581185ebbecff228 100644 (file)
@@ -31,8 +31,8 @@
 
 #include <stdbool.h>
 
-#include <babeltrace/babeltrace-internal.h>
-#include <babeltrace/babeltrace.h>
+#include <babeltrace2/babeltrace-internal.h>
+#include <babeltrace2/babeltrace.h>
 
 #include "../common/metadata/decoder.h"
 #include "../common/msg-iter/msg-iter.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 */
This page took 0.024193 seconds and 4 git commands to generate.