bt_ctf_clock_class_create(): add a frequency parameter
[babeltrace.git] / include / babeltrace / ctf-ir / clock-class.h
index c147b371bd5dad3477e3e183f8587f38b4c2d640..1fb918fd011d3e60488e13841b99a394410bc931 100644 (file)
@@ -41,7 +41,8 @@ extern "C" {
 struct bt_ctf_clock_class;
 struct bt_ctf_clock_value;
 
-extern struct bt_ctf_clock_class *bt_ctf_clock_class_create(const char *name);
+extern struct bt_ctf_clock_class *bt_ctf_clock_class_create(const char *name,
+               uint64_t freq);
 extern const char *bt_ctf_clock_class_get_name(
                struct bt_ctf_clock_class *clock_class);
 extern int bt_ctf_clock_class_set_name(struct bt_ctf_clock_class *clock_class,
This page took 0.031819 seconds and 4 git commands to generate.