lib: remove "unknown clock snapshot" concept
[babeltrace.git] / include / babeltrace / graph / message-event-const.h
index 4c611925874a31255bff826696d4ab17ddfcf35c..52044d08056619bc70b381e6b165452be8b05074 100644 (file)
@@ -27,9 +27,6 @@
 /* For bt_bool, bt_message, bt_event. bt_clock_class, bt_clock_snapshot */
 #include <babeltrace/types.h>
 
-/* For bt_clock_snapshot_state */
-#include <babeltrace/trace-ir/clock-snapshot-const.h>
-
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -37,9 +34,8 @@ extern "C" {
 extern const bt_event *bt_message_event_borrow_event_const(
                const bt_message *message);
 
-extern bt_clock_snapshot_state
-bt_message_event_borrow_default_clock_snapshot_const(
-               const bt_message *msg, const bt_clock_snapshot **snapshot);
+extern const bt_clock_snapshot *
+bt_message_event_borrow_default_clock_snapshot_const(const bt_message *msg);
 
 extern const bt_clock_class *
 bt_message_event_borrow_stream_class_default_clock_class_const(
This page took 0.023487 seconds and 4 git commands to generate.