add missing config.h include
[lttv.git] / ltt / branches / poly / ltt / tracefile.c
index 56b103b9c142cf1f4faa36d67f3ed861581f0c45..b026d4e2a35dbdb9f90fd1f56517d47c458e1d1d 100644 (file)
@@ -246,6 +246,8 @@ int parse_trace_header(void *header, LttTracefile *tf, LttTrace *t)
    // t->compact_facilities = NULL;
   }
  
+  printf("init size : %d\n", sizeof(LttTracefile));
+
 
   switch(any->major_version) {
 
This page took 0.022915 seconds and 4 git commands to generate.