lib: rename "clock value" -> "clock snapshot"
[babeltrace.git] / include / babeltrace / graph / message-stream-const.h
index 9c050e9193e44c0e2166bcbfbb3916fd902989c7..f1c2c2ec8ee46bb7921baa5a3b88e204805421a0 100644 (file)
@@ -24,7 +24,7 @@
  * SOFTWARE.
  */
 
-/* For bt_message, bt_clock_value, bt_stream */
+/* For bt_message, bt_clock_snapshot, bt_stream */
 #include <babeltrace/types.h>
 
 #ifdef __cplusplus
@@ -34,15 +34,15 @@ extern "C" {
 extern const bt_stream *bt_message_stream_beginning_borrow_stream_const(
                const bt_message *message);
 
-extern const bt_clock_value *
-bt_message_stream_beginning_borrow_default_clock_value_const(
+extern const bt_clock_snapshot *
+bt_message_stream_beginning_borrow_default_clock_snapshot_const(
                const bt_message *msg);
 
 extern const bt_stream *bt_message_stream_end_borrow_stream_const(
                const bt_message *message);
 
-extern const bt_clock_value *
-bt_message_stream_end_borrow_default_clock_value_const(
+extern const bt_clock_snapshot *
+bt_message_stream_end_borrow_default_clock_snapshot_const(
                const bt_message *msg);
 
 #ifdef __cplusplus
This page took 0.024417 seconds and 4 git commands to generate.