ir: clock class: use bt_bool instead of int for boolean properties
[babeltrace.git] / lib / ctf-ir / clock-class.c
index 0c27f1ad8493b2ecd1201da5b7497137e44754f3..e3c711c0d854d0453dd268c3c80594f25fe2cf3f 100644 (file)
@@ -362,7 +362,7 @@ end:
        return ret;
 }
 
-int bt_ctf_clock_class_is_absolute(struct bt_ctf_clock_class *clock_class)
+bt_bool bt_ctf_clock_class_is_absolute(struct bt_ctf_clock_class *clock_class)
 {
        int ret = -1;
 
@@ -377,7 +377,7 @@ end:
 }
 
 int bt_ctf_clock_class_set_is_absolute(struct bt_ctf_clock_class *clock_class,
-               int is_absolute)
+               bt_bool is_absolute)
 {
        int ret = 0;
 
This page took 0.025296 seconds and 4 git commands to generate.