Update FSF address
[lttv.git] / lttv / modules / gui / lttvwindow / lttvwindow / lttvwindow.h
index b83c058c0b91861e5ad1549922b098103960752f..e96a0a3a4b99f96ff9fa2d3a314b158dca9f7ebd 100644 (file)
@@ -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,8 +252,6 @@ FIXME : explain other important events
  */
 
 #include <gtk/gtk.h>
-#include <ltt/ltt.h>
-#include <ltt/time.h>
 #include <lttv/traceset.h>
 #include <lttv/hook.h>
 #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
 
 
 /**
This page took 0.026373 seconds and 4 git commands to generate.