Do not use `bool` type; use new `bt_bool` instead
[babeltrace.git] / plugins / utils / trimmer / trimmer.c
index 8ec1332fb0b09f2e9935df6c421d0d13448ff314..b938bd51f5932d9582092921a9818a78b6db7c84 100644 (file)
@@ -84,7 +84,7 @@ void finalize_trimmer(struct bt_private_component *component)
  */
 static
 int timestamp_from_arg(const char *arg, struct trimmer *trimmer,
-               struct trimmer_bound *result_bound, bool gmt)
+               struct trimmer_bound *result_bound, bt_bool gmt)
 {
        int ret;
        int64_t value;
@@ -292,7 +292,7 @@ enum bt_component_status init_from_params(struct trimmer *trimmer,
                struct bt_value *params)
 {
        struct bt_value *value = NULL;
-       bool gmt = false;
+       bt_bool gmt = BT_FALSE;
        enum bt_component_status ret = BT_COMPONENT_STATUS_OK;
 
        assert(params);
This page took 0.023293 seconds and 4 git commands to generate.