Browse Source

Test

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

3
iguana/exchanges/LP_network.c

@ -71,6 +71,7 @@ struct LP_queue
} *LP_Q;
int32_t LP_Qenqueued,LP_Qerrors,LP_Qfound;
#ifndef FROM_JS
void _LP_sendqueueadd(uint32_t crc32,int32_t sock,uint8_t *msg,int32_t msglen,int32_t peerind)
{
struct LP_queue *ptr;
@ -718,3 +719,5 @@ int32_t LP_initpublicaddr(void *ctx,uint16_t *mypullportp,char *publicaddr,char
}
return(pullsock);
}
#endif

Loading…
Cancel
Save