]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/threads-conf.c
Logging: Let log_close_all() ASSERT that all references are gone.
[libucw.git] / ucw / threads-conf.c
index 368201049e951a8a356e9d2b18a07f50bae5a9a1..39a3e738998c9390058f9fc1d2cbaf6bfe31c13f 100644 (file)
 #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
   }
 };