X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fsorter%2Fcommon.h;h=1b405a081af0320447b42fca03dfb48800695ab4;hb=dcbe7f152cd2baecd878d8df740d3007357e5d26;hp=92423046d4f62bf7dbfc0ef61c17b1e6220ec97d;hpb=a5ff98a53789157a6c96e58b2385bb898d688a22;p=libucw.git diff --git a/lib/sorter/common.h b/lib/sorter/common.h index 92423046..1b405a08 100644 --- a/lib/sorter/common.h +++ b/lib/sorter/common.h @@ -13,7 +13,7 @@ #include "lib/clists.h" /* Configuration, some of the variables are used by the old sorter, too. */ -extern uns sorter_trace, sorter_stream_bufsize; +extern uns sorter_trace, sorter_trace_array, sorter_stream_bufsize; extern uns sorter_debug, sorter_min_radix_bits, sorter_max_radix_bits, sorter_add_radix_bits; extern uns sorter_min_multiway_bits, sorter_max_multiway_bits; extern uns sorter_threads, sorter_thread_threshold, sorter_thread_chunk;