X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fltt%2Ftracefile.c;h=efda5ce445f69caf6af5f65b82000ac1593ee237;hb=a00149f6aeb2c16c4911e6df31ed94d398b768bd;hp=493ba559733031a5c7f930a291d23cb73eb44c57;hpb=2a74fbf4e7e641f94517b3e996c674291248bb1d;p=lttv.git diff --git a/ltt/branches/poly/ltt/tracefile.c b/ltt/branches/poly/ltt/tracefile.c index 493ba559..efda5ce4 100644 --- a/ltt/branches/poly/ltt/tracefile.c +++ b/ltt/branches/poly/ltt/tracefile.c @@ -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)) {