plugin-so: use list of components instead of glib hash table
[babeltrace.git] / lib / ctf-writer / clock.c
index 84125f2229bd6e4ef6100a9f1c69a7d10f906458..e0d52231bfc07e18ef7baf937b116f9e4f3da842 100644 (file)
@@ -33,7 +33,7 @@
 #include <babeltrace/ctf-ir/utils.h>
 #include <babeltrace/ref.h>
 #include <babeltrace/object-internal.h>
-#include <babeltrace/compiler.h>
+#include <babeltrace/compiler-internal.h>
 #include <inttypes.h>
 
 static
@@ -201,7 +201,7 @@ int bt_ctf_clock_get_is_absolute(struct bt_ctf_clock *clock)
        int is_absolute = -1;
 
        if (clock) {
-               is_absolute = bt_ctf_clock_class_get_is_absolute(
+               is_absolute = bt_ctf_clock_class_is_absolute(
                        clock->clock_class);
        }
 
This page took 0.023611 seconds and 4 git commands to generate.