add eventdefs exclusion in open_tracefiles
[lttv.git] / ltt / branches / poly / ltt / ltt-private.h
index c71c8fbc2665ac3d3f9606e68b5a7f3b49cd830a..929e54aeb898a32c62a352d2fb8e08971cf74485 100644 (file)
@@ -314,7 +314,7 @@ struct _LttTracefile{
   LttTrace * trace;                  //trace containing the tracefile
   int fd;                            //file descriptor 
   off_t file_size;                   //file size
-  unsigned block_size;               //block_size
+  //unsigned block_size;               //block_size
   unsigned int num_blocks;           //number of blocks in the file
   gboolean  reverse_bo;              //must we reverse byte order ?
 
@@ -345,7 +345,8 @@ struct _LttTrace{
   GArray *facilities_by_num;            /* fac_id as index in array */
   GData *facilities_by_name;            /* fac name (GQuark) as index */
                                         /* Points to array of fac_id of all the
-                                         * facilities that has this name. */
+                                        * facilities that has this name. */
+  guint     num_cpu;
 
   guint32   arch_type;
   guint32   arch_variant;
This page took 0.024097 seconds and 4 git commands to generate.