bt_ctf_event_set_clock_value() does not need a clock class
[babeltrace.git] / plugins / ctf / common / notif-iter / notif-iter.c
index 823a753ff29fcff4539ebeff616410fe1204f969..92de35798f1944a1f2bd693a78bc7e0fe0898712 100644 (file)
@@ -38,9 +38,9 @@
 #include <babeltrace/ctf-ir/stream.h>
 #include <babeltrace/ctf-ir/clock-class.h>
 #include <babeltrace/ctf-ir/event-class.h>
-#include <babeltrace/plugin/notification/packet.h>
-#include <babeltrace/plugin/notification/event.h>
-#include <babeltrace/plugin/notification/stream.h>
+#include <babeltrace/component/notification/packet.h>
+#include <babeltrace/component/notification/event.h>
+#include <babeltrace/component/notification/stream.h>
 #include <babeltrace/ref.h>
 #include <glib.h>
 
@@ -2034,8 +2034,7 @@ int set_event_clocks(struct bt_ctf_event *event,
                        ret = -1;
                        goto end;
                }
-               ret = bt_ctf_event_set_clock_value(event, clock_class,
-                       clock_value);
+               ret = bt_ctf_event_set_clock_value(event, clock_value);
                bt_put(clock_value);
                if (ret) {
                        goto end;
This page took 0.024412 seconds and 4 git commands to generate.