git-svn-id: http://ltt.polymtl.ca/svn@125 04897980-b3bd-0310-b5e0-8ef037075253
authoryangxx <yangxx@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 21 Jul 2003 15:09:04 +0000 (15:09 +0000)
committeryangxx <yangxx@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 21 Jul 2003 15:09:04 +0000 (15:09 +0000)
ltt/branches/poly/ltt/tracefile.c

index 9f66cc8032639736813cb204a9435c6ccf958775..f1751514d51f85bf090665744596f1ade3bc7db6 100644 (file)
@@ -477,15 +477,15 @@ LttTrace *ltt_trace_open(char *pathname)
   strcat(tmp,"system.xml");
   getSystemInfo(sys_description, tmp);
 
+  //get facilities info
+  getFacilityInfo(t,eventdefs);
+  
   //get control tracefile info
   getControlFileInfo(t,control);
 
   //get cpu tracefile info
   getCpuFileInfo(t,cpu);
 
-  //get facilities info
-  getFacilityInfo(t,eventdefs);
-  
   return t;
 }
 
This page took 0.024512 seconds and 4 git commands to generate.