add process names
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / callbacks.c
index 8de2ba16d87a331299cdedf2c90df287b212ab3a..29c874e1e6133b762d19ec0f40044883066082ad 100644 (file)
@@ -1113,6 +1113,9 @@ gboolean lttvwindow_process_pending_requests(Tab *tab)
                lttv_process_traceset_middle(tsc,
                                             events_request->start_time,
                                             G_MAXUINT, NULL);
+#ifdef DEBUG
+            g_assert(seek_count < LTTV_STATE_SAVE_INTERVAL);
+#endif //DEBUG
 
 
         } else {
This page took 0.022702 seconds and 4 git commands to generate.