Browse Source

Test

etomic
jl777 7 years ago
parent
commit
f8651e0e31
  1. 4
      iguana/exchanges/LP_network.c

4
iguana/exchanges/LP_network.c

@ -283,9 +283,9 @@ void gc_loop(void *arg)
flag++;
}
portable_mutex_unlock(&LP_gcmutex);
if ( flag == 0 )
if ( flag != 0 )
printf("gc_loop.%d\n",flag);
sleep(1);
else printf("gc_loop.%d\n",flag);
}
}

Loading…
Cancel
Save