X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=lib%2Fgraph%2Fiterator.c;h=094447b6f1f1a28d359616916ce8fc949e8e4c37;hb=2c091c0465f433cc37e0042254c9132bac70a181;hp=bc8faf85aa2b7f7320f198d8311cd493708f7c73;hpb=e3adcdfa2a662e2825b138fa9c5badd808260e34;p=babeltrace.git diff --git a/lib/graph/iterator.c b/lib/graph/iterator.c index bc8faf85..094447b6 100644 --- a/lib/graph/iterator.c +++ b/lib/graph/iterator.c @@ -985,7 +985,7 @@ int get_message_ns_from_origin(const struct bt_message *msg, const struct bt_message_event *event_msg = (const void *) msg; - clk_snapshot = event_msg->event->default_cs; + clk_snapshot = event_msg->default_cs; BT_ASSERT_PRE(clk_snapshot, "Event has no default clock snapshot: %!+e", event_msg->event);