X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fthreads-conf.c;h=39a3e738998c9390058f9fc1d2cbaf6bfe31c13f;hb=2bc61d56ea0e8a70fb3d15a51fbfbce013c9a648;hp=368201049e951a8a356e9d2b18a07f50bae5a9a1;hpb=031256ad2e123eec58521f8e3eb9496c197641d2;p=libucw.git diff --git a/ucw/threads-conf.c b/ucw/threads-conf.c index 36820104..39a3e738 100644 --- a/ucw/threads-conf.c +++ b/ucw/threads-conf.c @@ -11,11 +11,11 @@ #include "ucw/threads.h" #include "ucw/conf.h" -uns default_thread_stack_size = 65556; +uns ucwlib_thread_stack_size = 65556; static struct cf_section threads_config = { CF_ITEMS { - CF_UNS("DefaultStackSize", &default_thread_stack_size), + CF_UNS("DefaultStackSize", &ucwlib_thread_stack_size), CF_END } };