From: yangxx Date: Mon, 21 Jul 2003 15:09:04 +0000 (+0000) Subject: git-svn-id: http://ltt.polymtl.ca/svn@125 04897980-b3bd-0310-b5e0-8ef037075253 X-Git-Tag: v0.12.20~3364 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=b333a76ba95c2cf818eda8d96a925f0e3712edb5;p=lttv.git git-svn-id: ltt.polymtl.ca/svn@125 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/ltt/tracefile.c b/ltt/branches/poly/ltt/tracefile.c index 9f66cc80..f1751514 100644 --- a/ltt/branches/poly/ltt/tracefile.c +++ b/ltt/branches/poly/ltt/tracefile.c @@ -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; }