Browse Source

Test

etomic
jl777 8 years ago
parent
commit
6d715b90ca
  1. 4
      iguana/exchanges/LP_network.c

4
iguana/exchanges/LP_network.c

@ -86,11 +86,11 @@ const char *nn_strerror(int errnum)
{ {
return("nanomsg error"); return("nanomsg error");
} }
*/
int32_t nn_poll(struct nn_pollfd *fds, int nfds, int timeout) int32_t nn_poll(struct nn_pollfd *fds, int nfds, int timeout)
{ {
return(0); return(0);
} }*/
#endif #endif

Loading…
Cancel
Save