]> mj.ucw.cz Git - libucw.git/blobdiff - lib/sorter/config.c
Empty final bucket should be turned into a file as well.
[libucw.git] / lib / sorter / config.c
index 0026316b90bd59e55b453977b1d242db27886b35..2658190253fc877399b0a273979447c1d7def29f 100644 (file)
 uns sorter_trace;
 uns sorter_presort_bufsize = 65536;
 uns sorter_stream_bufsize = 65536;
 uns sorter_trace;
 uns sorter_presort_bufsize = 65536;
 uns sorter_stream_bufsize = 65536;
+u64 sorter_bufsize = 65536;
+uns sorter_debug;
 
 static struct cf_section sorter_config = {
   CF_ITEMS {
     CF_UNS("Trace", &sorter_trace),
     CF_UNS("PresortBuffer", &sorter_presort_bufsize),
     CF_UNS("StreamBuffer", &sorter_stream_bufsize),
 
 static struct cf_section sorter_config = {
   CF_ITEMS {
     CF_UNS("Trace", &sorter_trace),
     CF_UNS("PresortBuffer", &sorter_presort_bufsize),
     CF_UNS("StreamBuffer", &sorter_stream_bufsize),
+    CF_U64("SortBuffer", &sorter_bufsize),
+    CF_UNS("Debug", &sorter_debug),
     CF_END
   }
 };
     CF_END
   }
 };