X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fiterator-internal.h;h=3410f92646b6488bead9c383c2907d29fa968c66;hp=511e9a92e291caa955af5ddd8c1f6323802dad58;hb=95d36295f18e15c7f68a97fbab3eb1961d21cd70;hpb=74f21e2d288b83a1e810a20eaa6503bb25b7059f;ds=sidebyside diff --git a/include/babeltrace/iterator-internal.h b/include/babeltrace/iterator-internal.h index 511e9a92..3410f926 100644 --- a/include/babeltrace/iterator-internal.h +++ b/include/babeltrace/iterator-internal.h @@ -27,7 +27,7 @@ */ struct babeltrace_iter { struct ptr_heap *stream_heap; - struct trace_collection *tc; + struct bt_context *ctx; struct trace_collection_pos *end_pos; GArray *callbacks; /* Array of struct bt_stream_callbacks */ struct bt_callback_chain main_callbacks; /* For all events */