lib: add default clock snapshot property to packet beginning/end message
[babeltrace.git] / include / babeltrace / graph / message-packet-beginning-const.h
index 780671134e12c97dc9fda3c6c5b5daaa333f5eb1..c89df0a8bc4210bc82e6ef74d25ccad64068fdd8 100644 (file)
@@ -34,6 +34,10 @@ extern "C" {
 extern const bt_packet *bt_message_packet_beginning_borrow_packet_const(
                const bt_message *message);
 
+extern bt_clock_snapshot_state
+bt_message_packet_beginning_borrow_default_clock_snapshot_const(
+               const bt_message *msg, const bt_clock_snapshot **snapshot);
+
 #ifdef __cplusplus
 }
 #endif
This page took 0.024136 seconds and 4 git commands to generate.