X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Flttvwindow%2Flttvwindow%2Flttvwindowtraces.h;h=1d21a577fd789a1fea9df963c2b78d713533728b;hb=45653836d75635b5b841d0d03f1f0789348adc56;hp=8de3ba357694bedbe8db68dd5b6c4028494b14b7;hpb=79257ba540581e198c9d9b047fe0738a25c324ff;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindowtraces.h b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindowtraces.h index 8de3ba35..1d21a577 100644 --- a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindowtraces.h +++ b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindowtraces.h @@ -159,6 +159,16 @@ void lttvwindowtraces_background_request_queue void lttvwindowtraces_background_request_remove (LttvTrace *trace, gchar *module_name); + + +/** + * Find a background request in a trace + * + */ + +gboolean lttvwindowtraces_background_request_find + (LttvTrace *trace, gchar *module_name); + /** * Register a callback to be called when requested data is passed in the next * queued background processing.