X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=trunk%2Flttv%2Flttv%2Fmodules%2Fgui%2Flttvwindow%2Flttvwindow%2Flttvwindow.h;h=df04a3f00cae399331af4a1dcf41ab6d5eacde5e;hb=750eb11ac3adbb2c4c3e6cf5323a523e9da7b8ae;hp=3078ed15a368f906e8fe3d67a0dca5a9db5cb053;hpb=c90f61251594be2e5f43357053c213a43c4ccd2f;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..df04a3f0 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 */