Browse Source

Test

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

6
iguana/exchanges/LP_network.c

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

Loading…
Cancel
Save