]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/sorter/common.h
ff-varints: Fixed really silly bug in handling fastbufs.
[libucw.git] / ucw / sorter / common.h
index b577f3dcc10b543bdf65d43b359e1eabf2835866..78d9187b1fe0522a5f3ab5d876af523c9e267aa4 100644 (file)
@@ -10,7 +10,7 @@
 #ifndef _UCW_SORTER_COMMON_H
 #define _UCW_SORTER_COMMON_H
 
-#include "ucw/clists.h"
+#include <ucw/clists.h>
 
 /* Configuration variables */
 extern uns sorter_trace, sorter_trace_array, sorter_stream_bufsize;
@@ -114,7 +114,7 @@ struct sort_bucket *sbuck_new(struct sort_context *ctx);
 void sbuck_drop(struct sort_bucket *b);
 int sbuck_have(struct sort_bucket *b);
 int sbuck_has_file(struct sort_bucket *b);
-sh_off_t sbuck_size(struct sort_bucket *b);
+ucw_off_t sbuck_size(struct sort_bucket *b);
 struct fastbuf *sbuck_read(struct sort_bucket *b);
 struct fastbuf *sbuck_write(struct sort_bucket *b);
 void sbuck_swap_out(struct sort_bucket *b);