time_infinite const
[lttv.git] / ltt / branches / poly / ltt / tracefile.c
index 493ba559733031a5c7f930a291d23cb73eb44c57..efda5ce445f69caf6af5f65b82000ac1593ee237 100644 (file)
@@ -526,7 +526,8 @@ LttTrace *ltt_trace_open(const char *pathname)
   }
   
   //get control tracefile info
-  
+  getControlFileInfo(t,control);
+  /*
   if(getControlFileInfo(t,control)) {
     g_ptr_array_free(t->facilities, TRUE);
     g_ptr_array_free(t->per_cpu_tracefiles, TRUE);
@@ -535,7 +536,7 @@ LttTrace *ltt_trace_open(const char *pathname)
     g_free(t->pathname);
     g_free(t);
     return NULL;
-  }
+  }*/ // With fatal error
 
   //get cpu tracefile info
   if(getCpuFileInfo(t,cpu)) {
This page took 0.02319 seconds and 4 git commands to generate.