add eventdefs exclusion in open_tracefiles
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 23 Aug 2005 15:45:10 +0000 (15:45 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 23 Aug 2005 15:45:10 +0000 (15:45 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1061 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/ltt/tracefile.c

index 6fe13f1dbd13ee9311885c49037de55db9c57612..9da89781e2f4aa1de9f340ca4df8aadc442e507c 100644 (file)
@@ -679,6 +679,8 @@ static int open_tracefiles(LttTrace *trace, gchar *root_path,
                
                g_debug("Tracefile file or directory : %s\n", path);
                
+    if(strcmp(rel_path, "/eventdefs") == 0) continue;
+    
                if(S_ISDIR(stat_buf.st_mode)) {
 
                        g_debug("Entering subdirectory...\n");
This page took 0.025124 seconds and 4 git commands to generate.