X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=trunk%2Flttv%2Flttv%2Fmodules%2Fgui%2Flttvwindow%2Flttvwindow%2Flttvwindow.h;h=30fa5c6aabc7e1ac06a081a0ae98f26c44bc13c7;hb=27828bc1b0010ee87c2f68e31fb77fd4ae39fa6b;hp=3078ed15a368f906e8fe3d67a0dca5a9db5cb053;hpb=d5662043c1570c860ee97af8d6cdd95af95a8c50;p=lttv.git diff --git a/trunk/lttv/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.h b/trunk/lttv/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.h index 3078ed15..30fa5c6a 100644 --- a/trunk/lttv/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.h +++ b/trunk/lttv/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.h @@ -137,7 +137,7 @@ EventsRequest consists in - a stop_flag, ending the read process when set to TRUE - a end timestamp and/or position and/or number of events to read - hook lists to call for traceset/trace/tracefile begin and end, and for each - event (event hooks and event_by_id hooks). + event (event hooks and event_by_id_channel hooks). The main window will deliver events for every EventRequests it has pending through an algorithm that guarantee that all events requested, @@ -665,7 +665,7 @@ typedef struct _EventsRequest { LttvHooks *before_chunk_trace; /* Unset : NULL */ LttvHooks *before_chunk_tracefile;/* Unset : NULL */ LttvHooks *event; /* Unset : NULL */ - LttvHooksById *event_by_id; /* Unset : NULL */ + LttvHooksByIdChannelArray *event_by_id_channel;/* Unset : NULL */ LttvHooks *after_chunk_tracefile; /* Unset : NULL */ LttvHooks *after_chunk_trace; /* Unset : NULL */ LttvHooks *after_chunk_traceset; /* Unset : NULL */ @@ -850,10 +850,7 @@ static inline void lttvwindow_events_request_enable(void) } - - - - - +void current_position_change_manager(Tab *tab, + LttvTracesetContextPosition *pos); #endif //LTTVWINDOW_H