src/server/daemon/threadpools.c

branch
aio
changeset 187
4384bfbb7e26
parent 92
382bff43c6eb
child 190
1f73302461e0
--- a/src/server/daemon/threadpools.c	Wed Jan 10 17:25:55 2018 +0100
+++ b/src/server/daemon/threadpools.c	Wed Jan 10 18:47:37 2018 +0100
@@ -34,8 +34,8 @@
 #include "threadpools.h"
 
 
-UcxMap *thread_pool_map = NULL;
-int numthrpools = 0;
+static UcxMap *thread_pool_map = NULL;
+static int numthrpools = 0;
 
 threadpool_t *default_thread_pool = NULL;
 

mercurial