]> mj.ucw.cz Git - libucw.git/blobdiff - lib/sorter/config.c
Changed the interface of the array sorter: the buffer and hash_bits parameters
[libucw.git] / lib / sorter / config.c
index b701c53fbb20c48c338fb8ad472c0ef023a1d020..6f6e94274dff5fae472fd2a950a67b09e7dfcd3a 100644 (file)
@@ -37,7 +37,7 @@ static struct cf_section sorter_config = {
     CF_UNS("MaxRadixBits", &sorter_max_radix_bits),
     CF_UNS("MinMultiwayBits", &sorter_min_multiway_bits),
     CF_UNS("MaxMultiwayBits", &sorter_max_multiway_bits),
-    CF_UNS("NumThreads", &sorter_threads),
+    CF_UNS("Threads", &sorter_threads),
     CF_UNS("ThreadThreshold", &sorter_thread_threshold),
     CF_END
   }