time to pixels optimised
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / processlist.c
index 9bedbc99f4c5cbe815d34edc73e917e49731b467..e56911e94d6e4d330ecb4929e705805b2befd3fd 100644 (file)
@@ -491,10 +491,14 @@ int processlist_add(  ProcessList *process_list,
    */
   hashed_process_data->x.over = 0;
   hashed_process_data->x.over_used = FALSE;
+  hashed_process_data->x.over_marked = FALSE;
   hashed_process_data->x.middle = 0;
   hashed_process_data->x.middle_used = FALSE;
+  hashed_process_data->x.middle_marked = FALSE;
   hashed_process_data->x.under = 0;
   hashed_process_data->x.under_used = FALSE;
+  hashed_process_data->x.under_marked = FALSE;
+  hashed_process_data->next_good_time = ltt_time_zero;
   
   /* Add a new row to the model */
   gtk_list_store_append ( process_list->list_store,
This page took 0.022747 seconds and 4 git commands to generate.