X-Git-Url: http://git.lttng.org/?p=lttv.git;a=blobdiff_plain;f=lttv%2Fmodules%2Fgui%2Fhistogram%2Fhistodrawing.c;h=47829c6434119ae80c82b15b6beab71fedb00295;hp=88287e1ccf5d685a5bfffeda93e51421004462cc;hb=64242d134638369e81510c880ae66a88beba9c1b;hpb=ff5c41f139a6bb482f38668e78d76f1fec339d82 diff --git a/lttv/modules/gui/histogram/histodrawing.c b/lttv/modules/gui/histogram/histodrawing.c index 88287e1c..47829c64 100644 --- a/lttv/modules/gui/histogram/histodrawing.c +++ b/lttv/modules/gui/histogram/histodrawing.c @@ -27,7 +27,6 @@ #include #include -#include #include #include #include @@ -132,7 +131,7 @@ void histo_drawing_data_request(histoDrawing_t *drawing, } -void histo_drawing_data_request_begin(EventsRequest *events_request, LttvTracesetState *tss) +void histo_drawing_data_request_begin(EventsRequest *events_request, LttvTraceset *traceset) { g_debug("Begin of data request"); HistoControlFlowData *cfd = events_request->viewer_data; @@ -152,7 +151,7 @@ void histo_drawing_data_request_begin(EventsRequest *events_request, LttvTracese } -void histo_drawing_chunk_begin(EventsRequest *events_request, LttvTracesetState *tss) +void histo_drawing_chunk_begin(EventsRequest *events_request, LttvTraceset *traceset) { g_debug("Begin of chunk"); HistoControlFlowData *cfd = events_request->viewer_data; @@ -164,7 +163,7 @@ void histo_drawing_chunk_begin(EventsRequest *events_request, LttvTracesetState void histo_drawing_request_expose(EventsRequest *events_request, - LttvTracesetState *tss, + LttvTraceset *traceset, LttTime end_time) { HistoControlFlowData *cfd = events_request->viewer_data;