X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2FmainLib%2FgtkTraceSet.c;h=b68e67006d5d4bfba775dd232696525c442d7170;hb=162ed57279ee2de6e5a08fb3df30c64b754fc286;hp=4105bf1f7c4e0bb5d1c241f89409337886a9415c;hpb=1412c37e8fa13f69edf60a4966456bd4072ebe08;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/mainLib/gtkTraceSet.c b/ltt/branches/poly/lttv/modules/gui/mainLib/gtkTraceSet.c index 4105bf1f..b68e6700 100644 --- a/ltt/branches/poly/lttv/modules/gui/mainLib/gtkTraceSet.c +++ b/ltt/branches/poly/lttv/modules/gui/mainLib/gtkTraceSet.c @@ -665,10 +665,15 @@ void set_hpane_dividor(MainWindow *main_win, gint position) void process_traceset_api(MainWindow *main_win, LttTime start, LttTime end, unsigned maxNumEvents) { - lttv_process_traceset_seek_time(main_win->current_tab->traceset_info-> - traceset_context, start); - lttv_process_traceset(main_win->current_tab->traceset_info-> - traceset_context, end, maxNumEvents); + lttv_process_traceset_seek_time( + LTTV_TRACESET_CONTEXT(main_win->current_tab->traceset_info-> + traceset_context), + start); + lttv_process_traceset( + LTTV_TRACESET_CONTEXT(main_win->current_tab->traceset_info-> + traceset_context), + end, + maxNumEvents); } /**