X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Fgraph%2Fiterator.c;h=5b2ebfbdacaa43c0c45c0fc525343688cac97018;hb=62988c56ccecb3f9b5415824dde056feda67986b;hp=615373196063f1b9b53243a61412edf6cf609830;hpb=e1b15e554b760856b13a3e617999e21bb9e1ae7e;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; }