]> mj.ucw.cz Git - libucw.git/blobdiff - lib/sorter/common.h
Remember size of the input file.
[libucw.git] / lib / sorter / common.h
index 74e648d62c0b4e40923a5e162a3a77bca9b9c22a..5e71be66e0f18cfb316660237f411ee01b26bb9a 100644 (file)
@@ -32,6 +32,7 @@ struct sort_context {
   struct fastbuf *in_fb;
   struct fastbuf *out_fb;
   uns hash_bits;
+  u64 in_size;
 
   struct mempool *pool;
   clist bucket_list;