Allow NULL clock name
[babeltrace.git] / include / babeltrace / ctf-ir / clock.h
index e35882e05eb7155e879b1b4cabd95023adbaf55a..93d4cbef5a6c6d0d0b9abf3bb8f122d225071477 100644 (file)
@@ -43,7 +43,8 @@ struct bt_ctf_clock;
  *
  * Allocate a new clock setting its reference count to 1.
  *
- * @param name Name of the clock (will be copied).
+ * @param name Name of the clock (will be copied); can be set to NULL
+ *             for nameless clocks.
  *
  * Returns an allocated clock on success, NULL on error.
  */
This page took 0.024706 seconds and 4 git commands to generate.