Browse Source

Test

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

4
iguana/exchanges/LP_network.c

@ -268,8 +268,8 @@ int32_t LP_peerindsock(int32_t *peerindp)
void gc_loop(void *arg)
{
struct rpcrequest_info *req,*rtmp; int32_t flag = 0;
strcpy(queue_loop_stats.name,"gc_loop");
queue_loop_stats.threshold = 1001.;
strcpy(LP_gcloop_stats.name,"gc_loop");
LP_gcloop_stats.threshold = 1001.;
while ( 1 )
{
flag = 0;

Loading…
Cancel
Save