X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=lib%2Fsorter%2Fconfig.c;h=2658190253fc877399b0a273979447c1d7def29f;hb=9fc7be0fdf22e9fd5a560112393ef7c7d88d1e0f;hp=b1504047d5c576e1136ef05267cbaa3368812934;hpb=baa9f9a3368c8d318b9711340727f822d8fc8a34;p=libucw.git diff --git a/lib/sorter/config.c b/lib/sorter/config.c index b1504047..26581902 100644 --- a/lib/sorter/config.c +++ b/lib/sorter/config.c @@ -16,6 +16,7 @@ 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 { @@ -23,6 +24,7 @@ static struct cf_section sorter_config = { CF_UNS("PresortBuffer", &sorter_presort_bufsize), CF_UNS("StreamBuffer", &sorter_stream_bufsize), CF_U64("SortBuffer", &sorter_bufsize), + CF_UNS("Debug", &sorter_debug), CF_END } };