lib: rename "clock value" -> "clock snapshot"
[babeltrace.git] / include / babeltrace / graph / message-inactivity-const.h
index 7aab72baeaca2996b8115f9e7ec5789baf829380..9c1a825ba6aee5a2cdabdf7d3b0d87203961565e 100644 (file)
  * SOFTWARE.
  */
 
-/* For bt_message, bt_clock_value */
+/* For bt_message, bt_clock_snapshot */
 #include <babeltrace/types.h>
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-extern const bt_clock_value *
-bt_message_inactivity_borrow_default_clock_value_const(
+extern const bt_clock_snapshot *
+bt_message_inactivity_borrow_default_clock_snapshot_const(
                const bt_message *msg);
 
 #ifdef __cplusplus
This page took 0.024593 seconds and 4 git commands to generate.