lib: rename functions to clearly indicate API inheritance
[babeltrace.git] / src / plugins / utils / counter / counter.c
index 97f3536529760a526ad94d74e9ce74e28ec3ea85..0bbecd0e5800ecb4362cd65162d6302145c05894 100644 (file)
@@ -178,7 +178,7 @@ bt_component_class_init_method_status counter_init(
                        goto error;
                }
 
-               counter->step = bt_value_unsigned_integer_get(step);
+               counter->step = bt_value_integer_unsigned_get(step);
        }
 
        hide_zero = bt_value_map_borrow_entry_value_const(params, "hide-zero");
This page took 0.023479 seconds and 4 git commands to generate.