ir: move bt_ctf_stream_class_set_clock() to writer header
[babeltrace.git] / include / babeltrace / ctf-writer / stream-class.h
index 32096086cb3ea38816cee2c4f09a46dece9e9cd8..139165a36d0f5b09caa6fc31e40ae5b0ce0129dd 100644 (file)
 extern "C" {
 #endif
 
+/*
+ * bt_ctf_stream_class_set_clock: assign a clock to a stream class.
+ *
+ * Assign a clock to a stream class. This clock will be sampled each time an
+ * event is appended to an instance of this stream class.
+ *
+ * @param stream_class Stream class.
+ * @param clock Clock to assign to the provided stream class.
+ *
+ * Returns 0 on success, a negative value on error.
+ */
+extern int bt_ctf_stream_class_set_clock(
+               struct bt_ctf_stream_class *stream_class,
+               struct bt_ctf_clock *clock);
+
 /*
  * bt_ctf_stream_class_get and bt_ctf_stream_class_put: increment and
  * decrement the stream class' reference count.
This page took 0.023414 seconds and 4 git commands to generate.