fix mistake about buf size duplicated in tracefile structure
[lttv.git] / ltt / branches / poly / ltt / ltt-private.h
index c71c8fbc2665ac3d3f9606e68b5a7f3b49cd830a..4040433df432cae199464a2f467b1da30c0dfb15 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 ?
 
This page took 0.022425 seconds and 4 git commands to generate.