X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=lttv%2Fmodules%2Fgui%2Flttvwindow%2Flttvwindow%2Flttvwindow.h;h=c6245062d7d067b4db9192e3089f2581072dc994;hb=190724cdfc53eeebfd895b594f875b53a72adf37;hp=b83c058c0b91861e5ad1549922b098103960752f;hpb=9a366873e0ed6ecc7f23e2d3a959ecddd4f2f91d;p=lttv.git diff --git a/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.h b/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.h index b83c058c..c6245062 100644 --- a/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.h +++ b/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.h @@ -252,8 +252,6 @@ FIXME : explain other important events */ #include -#include -#include #include #include #ifdef BABEL_CLEANUP @@ -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 /**