lib: remove unused _NO_SINK graph status
[babeltrace.git] / include / babeltrace / graph / message-packet-beginning-const.h
index 49ebfcbf859751604a30498888c0353ec5dfe341..85e3294eef7114550ccc0dc43c2ed1698d8be090 100644 (file)
  * SOFTWARE.
  */
 
-/* For bt_message, bt_packet */
+/* For bt_message, bt_packet, bt_clock_snapshot, bt_clock_class */
 #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,13 @@ extern "C" {
 extern const bt_packet *bt_message_packet_beginning_borrow_packet_const(
                const bt_message *message);
 
-extern bt_clock_snapshot_state
+extern const bt_clock_snapshot *
 bt_message_packet_beginning_borrow_default_clock_snapshot_const(
-               const bt_message *msg, const bt_clock_snapshot **snapshot);
+               const bt_message *msg);
+
+extern const bt_clock_class *
+bt_message_packet_beginning_borrow_stream_class_default_clock_class_const(
+               const bt_message *msg);
 
 #ifdef __cplusplus
 }
This page took 0.025217 seconds and 4 git commands to generate.