Python babeltrace docs: Add missing sphinx dist file
[babeltrace.git] / plugins / lttng-utils / copy.c
index f99d38315bfe6c79016a81e46ea3397526fd84f0..a2ab8bd52ed861dddd3de8908f3a72aaee343ab9 100644 (file)
 
 #include <inttypes.h>
 #include <assert.h>
-#include <babeltrace/ctf-ir/event.h>
-#include <babeltrace/ctf-ir/packet.h>
-#include <babeltrace/ctf-ir/event-class.h>
-#include <babeltrace/ctf-ir/stream.h>
-#include <babeltrace/ctf-ir/stream-class.h>
-#include <babeltrace/ctf-ir/clock-class.h>
-#include <babeltrace/ctf-ir/fields.h>
-#include <babeltrace/ctf-writer/stream-class.h>
-#include <babeltrace/ctf-writer/stream.h>
+#include <babeltrace/babeltrace.h>
 
 #include <ctfcopytrace.h>
 #include "debug-info.h"
@@ -753,7 +745,7 @@ struct debug_info_trace *insert_new_trace(struct debug_info_iterator *debug_it,
                bt_ctf_trace_set_is_static(writer_trace);
        } else {
                ret = bt_ctf_trace_add_is_static_listener(trace,
-                               trace_is_static_listener, di_trace);
+                               trace_is_static_listener, NULL, di_trace);
                assert(ret >= 0);
                di_trace->static_listener_id = ret;
        }
This page took 0.025874 seconds and 4 git commands to generate.