X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Flib%2Fgraph%2Fiterator.c;h=5b2ebfbdacaa43c0c45c0fc525343688cac97018;hb=60d02328261d37044d37a7d77b3d3847db5c72bf;hp=615373196063f1b9b53243a61412edf6cf609830;hpb=f615b25000172f8d9607039fe94a0662533e0394;p=babeltrace.git diff --git a/src/lib/graph/iterator.c b/src/lib/graph/iterator.c index 61537319..5b2ebfbd 100644 --- a/src/lib/graph/iterator.c +++ b/src/lib/graph/iterator.c @@ -563,7 +563,7 @@ bool clock_snapshots_are_monotonic_one( { struct bt_message_message_iterator_inactivity *inactivity_msg = (struct bt_message_message_iterator_inactivity *) msg; - clock_snapshot = inactivity_msg->default_cs; + clock_snapshot = inactivity_msg->cs; break; } case BT_MESSAGE_TYPE_PACKET_BEGINNING: @@ -1261,7 +1261,7 @@ int auto_seek_handle_message( const struct bt_message_message_iterator_inactivity *inactivity_msg = (const void *) msg; - clk_snapshot = inactivity_msg->default_cs; + clk_snapshot = inactivity_msg->cs; BT_ASSERT_DBG(clk_snapshot); break; }