mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=7930
This commit is contained in:
parent
81df3c4dce
commit
2d0b6406a2
|
@ -11522,3 +11522,9 @@ David 8 Sept 2005
|
|||
|
||||
html/user/
|
||||
edit_password_action.php
|
||||
|
||||
Rom 8 Sept 2005
|
||||
- Fix a file/rpc transfer issue (From Carl)
|
||||
|
||||
client/
|
||||
client_state.C
|
||||
|
|
|
@ -402,9 +402,9 @@ void CLIENT_STATE::do_io_or_sleep(double x) {
|
|||
&tv
|
||||
);
|
||||
//printf("select in %d out %d\n", all_fds.max_fd, n);
|
||||
if (n==0) break;
|
||||
net_xfers->got_select(all_fds, x);
|
||||
gui_rpcs.got_select(all_fds);
|
||||
if (n==0) break;
|
||||
|
||||
now = dtime();
|
||||
if (now > end_time) break;
|
||||
|
|
Loading…
Reference in New Issue