Fix: add missing void param to bt_clock_class_priority_map_create
[babeltrace.git] / bindings / python / bt2 / native_btclockclass.i
index e79a7b4d267bbfa99828ba39e3bf9a700be8e447..5a09e894543a7bfb0c0afcb10464110e080b060c 100644 (file)
  * THE SOFTWARE.
  */
 
-%{
-#include <babeltrace/ctf-ir/clock-class.h>
-%}
-
 /* Types */
 struct bt_ctf_clock_class;
 struct bt_ctf_clock_value;
 
 /* Clock class functions */
-struct bt_ctf_clock_class *bt_ctf_clock_class_create(const char *name);
+struct bt_ctf_clock_class *bt_ctf_clock_class_create(const char *name,
+               uint64_t freq);
 const char *bt_ctf_clock_class_get_name(struct bt_ctf_clock_class *clock_class);
 int bt_ctf_clock_class_set_name(struct bt_ctf_clock_class *clock_class, const char *name);
 const char *bt_ctf_clock_class_get_description(struct bt_ctf_clock_class *clock_class);
This page took 0.022678 seconds and 4 git commands to generate.