ir: allow the creation of an empty clock (nameless)
[babeltrace.git] / include / babeltrace / ctf-ir / clock.h
index e35882e05eb7155e879b1b4cabd95023adbaf55a..5858a711ef7b0c00e0f02d8c95f2eea662794c46 100644 (file)
@@ -49,6 +49,10 @@ struct bt_ctf_clock;
  */
 extern struct bt_ctf_clock *bt_ctf_clock_create(const char *name);
 
+extern struct bt_ctf_clock *bt_ctf_clock_create_empty(void);
+
+extern int bt_ctf_clock_set_name(struct bt_ctf_clock *clock, const char *name);
+
 /*
  * bt_ctf_clock_get_name: get a clock's name.
  *
This page took 0.02326 seconds and 4 git commands to generate.