X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fmessage-event-const.h;fp=include%2Fbabeltrace%2Fgraph%2Fmessage-event-const.h;h=4c611925874a31255bff826696d4ab17ddfcf35c;hb=33931ab8fa9ae0cb4eb9bfdbbc9acc4d7b53ac17;hp=3de48c485f713ab9cd60f97af8cee76ec1c58718;hpb=b5443165dea4fc66cabe3173a5d09fa1e8caef9b;p=babeltrace.git diff --git a/include/babeltrace/graph/message-event-const.h b/include/babeltrace/graph/message-event-const.h index 3de48c48..4c611925 100644 --- a/include/babeltrace/graph/message-event-const.h +++ b/include/babeltrace/graph/message-event-const.h @@ -24,7 +24,7 @@ * SOFTWARE. */ -/* For bt_message, bt_event */ +/* For bt_bool, bt_message, bt_event. bt_clock_class, bt_clock_snapshot */ #include /* For bt_clock_snapshot_state */ @@ -41,6 +41,10 @@ extern bt_clock_snapshot_state bt_message_event_borrow_default_clock_snapshot_const( const bt_message *msg, const bt_clock_snapshot **snapshot); +extern const bt_clock_class * +bt_message_event_borrow_stream_class_default_clock_class_const( + const bt_message *msg); + #ifdef __cplusplus } #endif