windows error

svn path=/trunk/boinc/; revision=941
This commit is contained in:
Seth Cooper 2003-02-19 06:35:15 +00:00
parent 239c919559
commit b601205e98
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ public:
int remove(NET_XFER*);
int poll(int max_bytes, int& bytes_transferred);
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
};