|
@@ -110,11 +110,11 @@ int async_task_child_init(int rank)
|
|
int pid;
|
|
int pid;
|
|
int i;
|
|
int i;
|
|
|
|
|
|
- LM_DBG("child initializing asynk task framework\n");
|
|
|
|
-
|
|
|
|
if(_async_task_workers<=0)
|
|
if(_async_task_workers<=0)
|
|
return 0;
|
|
return 0;
|
|
|
|
|
|
|
|
+ LM_DBG("child initializing asynk task framework\n");
|
|
|
|
+
|
|
if (rank==PROC_INIT) {
|
|
if (rank==PROC_INIT) {
|
|
if(async_task_init_sockets()<0) {
|
|
if(async_task_init_sockets()<0) {
|
|
LM_ERR("failed to initialize tasks sockets\n");
|
|
LM_ERR("failed to initialize tasks sockets\n");
|