X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Flttvwindow%2Flttvwindow%2Flttvwindowtraces.h;h=1d21a577fd789a1fea9df963c2b78d713533728b;hb=145230cf264a41837f34b6a6749bb81f36dd7575;hp=fffb3025cf29558b0299a32efdd700ac781679c8;hpb=9232f6fd656232b67f499f134de935e038b3f2dd;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 fffb3025..1d21a577 100644 --- a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindowtraces.h +++ b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindowtraces.h @@ -81,6 +81,7 @@ extern LttvTraceInfo LTTV_TRACES, LTTV_NOTIFY_CURRENT, LTTV_COMPUTATION_TRACESET, LTTV_COMPUTATION_TRACESET_CONTEXT, + LTTV_COMPUTATION_SYNC_POSITION, LTTV_BEFORE_CHUNK_TRACESET, LTTV_BEFORE_CHUNK_TRACE, LTTV_BEFORE_CHUNK_TRACEFILE, @@ -158,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.