X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2FAPI%2FgtkTraceSet.c;h=aaaea0b766a71bdf1e4b9358eadafe48a1a30b8b;hb=e4eced0fb7cd23ba2b16eff08f2185bed49ab5e5;hp=f53b068f0f8f241b7cf4fe971d6e358d7d67ef8f;hpb=c4c15b5edc7c90041add373336ab19ce87c05e0b;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/API/gtkTraceSet.c b/ltt/branches/poly/lttv/modules/gui/API/gtkTraceSet.c index f53b068f..aaaea0b7 100644 --- a/ltt/branches/poly/lttv/modules/gui/API/gtkTraceSet.c +++ b/ltt/branches/poly/lttv/modules/gui/API/gtkTraceSet.c @@ -575,9 +575,11 @@ void SetHPaneDividor(mainWindow *main_win, gint position) * @param end the end time of the last event to be processed. */ -void processTraceset(mainWindow *main_win, LttTime start, LttTime end) +void processTraceset(mainWindow *main_win, LttTime start, + LttTime end, unsigned maxNumEvents) { - lttv_process_trace(start, end, main_win->traceset, main_win->traceset_context); + lttv_process_trace(start, end, main_win->traceset, + main_win->traceset_context, maxNumEvents); } /**