X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttv%2Fmodules%2Fgui%2Flttvwindow%2Flttvwindow%2Flttvwindow.h;h=e96a0a3a4b99f96ff9fa2d3a314b158dca9f7ebd;hb=b9ce0bad7daf7c0a2333c91fdb1e35d602afe17f;hp=03ff9cc04e5daf1a86c64fe963ca7d171910b498;hpb=451aaf275d421d71097d479eb0ae64fe908d8b6f;p=lttv.git diff --git a/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.h b/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.h index 03ff9cc0..e96a0a3a 100644 --- a/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.h +++ b/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.h @@ -12,8 +12,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, - * MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. */ /* @@ -252,12 +252,10 @@ FIXME : explain other important events */ #include -#include -#include +#include #include #ifdef BABEL_CLEANUP #include - #include #endif /* BABEL_CLEANUP */ #include @@ -705,7 +703,9 @@ typedef struct _EventsRequest { } EventsRequest; /* Maximum number of events to proceed at once in a chunk */ -#define CHUNK_NUM_EVENTS 6000 +// TODO ybrosseau, temporarly disable the chunking of event request +// to solve a bug in the event state stability +#define CHUNK_NUM_EVENTS G_MAXUINT /** @@ -820,6 +820,7 @@ void lttvwindow_report_filter(Tab *tab, LttvFilter *filter); LttvTracesetStats* lttvwindow_get_traceset_stats(Tab *tab); #endif /*BABEL_CLEANUP*/ +LttvTraceset* lttvwindow_get_traceset(Tab *tab); /* set_time_window *