lib: add default clock snapshot property to packet beginning/end message
[babeltrace.git] / include / babeltrace / graph / message-packet-end.h
index 12cf0fc716445d2a1bf637dc1a344af69010fc75..cb40f5ccdb58092af2cf15f65070c7ac625b5eff 100644 (file)
@@ -34,7 +34,12 @@ extern "C" {
 extern
 bt_message *bt_message_packet_end_create(
                bt_self_message_iterator *message_iterator,
-               bt_packet *packet);
+               const bt_packet *packet);
+
+extern
+bt_message *bt_message_packet_end_create_with_default_clock_snapshot(
+               bt_self_message_iterator *message_iterator,
+               const bt_packet *packet, uint64_t raw_value);
 
 extern bt_packet *bt_message_packet_end_borrow_packet(
                bt_message *message);
This page took 0.025209 seconds and 4 git commands to generate.