fix unknown mode elapsed time
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 7 Dec 2006 23:11:59 +0000 (23:11 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 7 Dec 2006 23:11:59 +0000 (23:11 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2297 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/configure.in
ltt/branches/poly/lttv/lttv/state.c

index 03a2c4b9c6c64aa5198218296f5519e93886944a..e04a6fd05e82e530340b995414fd42ce34e18f59 100644 (file)
@@ -23,7 +23,7 @@
 AC_PREREQ(2.57)
 AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)
 #AC_WITH_LTDL  # not needed ?
-AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.8.73-07122006)
+AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.8.74-07122006)
 AM_CONFIG_HEADER(config.h)
 AM_PROG_LIBTOOL
 
index 1be0ce21e270888206265d9c39bac94e54407b5e..b4e5efe3d7218e1fe08d33f0076d03e822e74d29 100644 (file)
@@ -2444,7 +2444,8 @@ static void fix_process(gpointer key, gpointer value,
         //g_assert(timestamp->tv_sec != 0);
         es->change = *timestamp;
         es->cum_cpu_time = ltt_time_zero;
-        //es->s = LTTV_STATE_WAIT;
+       if(es->s == LTTV_STATE_WAIT_FORK)
+          es->s = LTTV_STATE_WAIT;
       }
     }
   }
This page took 0.026113 seconds and 4 git commands to generate.