X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fmessage-packet-beginning-const.h;fp=include%2Fbabeltrace%2Fgraph%2Fmessage-packet-beginning-const.h;h=85e3294eef7114550ccc0dc43c2ed1698d8be090;hp=a7cc1348a5cadd56f18c0d7079c04be67a775823;hb=0cbc2c3316814e4b4bf3fd3ba3b361b165949e95;hpb=2f16a6a228d0059349b8566979c9d579e7e271b3 diff --git a/include/babeltrace/graph/message-packet-beginning-const.h b/include/babeltrace/graph/message-packet-beginning-const.h index a7cc1348..85e3294e 100644 --- a/include/babeltrace/graph/message-packet-beginning-const.h +++ b/include/babeltrace/graph/message-packet-beginning-const.h @@ -27,9 +27,6 @@ /* For bt_message, bt_packet, bt_clock_snapshot, bt_clock_class */ #include -/* For bt_clock_snapshot_state */ -#include - #ifdef __cplusplus extern "C" { #endif @@ -37,9 +34,9 @@ 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(