src/server/daemon/threadpools.c

changeset 92
382bff43c6eb
parent 77
f1cff81e425a
child 187
4384bfbb7e26
equal deleted inserted replaced
91:fac51f87def0 92:382bff43c6eb
27 */ 27 */
28 28
29 #include <stdio.h> 29 #include <stdio.h>
30 #include <stdlib.h> 30 #include <stdlib.h>
31 31
32 #include "../ucx/map.h" 32 #include <ucx/map.h>
33 33
34 #include "threadpools.h" 34 #include "threadpools.h"
35 35
36 36
37 UcxMap *thread_pool_map = NULL; 37 UcxMap *thread_pool_map = NULL;

mercurial