git-svn-id: http://ltt.polymtl.ca/svn@342 04897980-b3bd-0310-b5e0-8ef037075253
[lttv.git] / ltt / branches / poly / ltt / facility.c
index b1c26baa18daec226a46d2955e7a26ed71094ef0..6807ef0e91a8081ede942fd1d5dc10d33a457b60 100644 (file)
@@ -2,8 +2,9 @@
 #include <string.h>
 #include <stdio.h>
 
-#include <ltt/LTTTypes.h>  
 #include "parser.h"
+#include <ltt/ltt.h>
+#include "ltt-private.h"
 #include <ltt/facility.h>
 
 /* search for the (named) type in the table, if it does not exist
@@ -74,6 +75,7 @@ void ltt_facility_open(LttTrace * t, char * pathname)
       generateChecksum(fac->name, &checksum, &fac->events);
 
       f = g_new(LttFacility,1);    
+      f->base_id = 0;
       generateFacility(f, fac, checksum);
 
       t->facility_number++;
This page took 0.02474 seconds and 4 git commands to generate.