X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fmessage-packet-beginning-const.h;fp=include%2Fbabeltrace%2Fgraph%2Fmessage-packet-beginning-const.h;h=a7cc1348a5cadd56f18c0d7079c04be67a775823;hb=33931ab8fa9ae0cb4eb9bfdbbc9acc4d7b53ac17;hp=49ebfcbf859751604a30498888c0353ec5dfe341;hpb=b5443165dea4fc66cabe3173a5d09fa1e8caef9b;p=babeltrace.git diff --git a/include/babeltrace/graph/message-packet-beginning-const.h b/include/babeltrace/graph/message-packet-beginning-const.h index 49ebfcbf..a7cc1348 100644 --- a/include/babeltrace/graph/message-packet-beginning-const.h +++ b/include/babeltrace/graph/message-packet-beginning-const.h @@ -24,7 +24,7 @@ * SOFTWARE. */ -/* For bt_message, bt_packet */ +/* For bt_message, bt_packet, bt_clock_snapshot, bt_clock_class */ #include /* For bt_clock_snapshot_state */ @@ -41,6 +41,10 @@ extern bt_clock_snapshot_state bt_message_packet_beginning_borrow_default_clock_snapshot_const( const bt_message *msg, const bt_clock_snapshot **snapshot); +extern const bt_clock_class * +bt_message_packet_beginning_borrow_stream_class_default_clock_class_const( + const bt_message *msg); + #ifdef __cplusplus } #endif