fix type casting
[lttv.git] / ltt / branches / poly / ltt / ltt-private.h
index 9ef7d4818eda87253789217a876d942f30fe783a..4040433df432cae199464a2f467b1da30c0dfb15 100644 (file)
@@ -308,12 +308,13 @@ typedef struct _LttBuffer {
 
 struct _LttTracefile{
   gboolean cpu_online;               //is the cpu online ?
+  GQuark long_name;                  //tracefile complete filename
   GQuark name;                       //tracefile name
   guint cpu_num;                     //cpu number of the tracefile
   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 ?
 
This page took 0.026068 seconds and 4 git commands to generate.