mirror of https://github.com/BOINC/boinc.git
parent
239c919559
commit
b601205e98
|
@ -65,7 +65,7 @@ public:
|
||||||
int remove(NET_XFER*);
|
int remove(NET_XFER*);
|
||||||
int poll(int max_bytes, int& bytes_transferred);
|
int poll(int max_bytes, int& bytes_transferred);
|
||||||
int net_sleep(double);
|
int net_sleep(double);
|
||||||
int do_select(int max_bytes, int& bytes_transferred, timeval& timeout);
|
int do_select(int max_bytes, int& bytes_transferred, struct timeval& timeout);
|
||||||
NET_XFER* lookup_fd(int); // lookup by fd
|
NET_XFER* lookup_fd(int); // lookup by fd
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue