- client: set PROJECT::last_upload_start when a job completes,

NOT when its first upload starts.
    This prevents a scheduler RPC from happening between the two.
    This was a bug in [22841]

svn path=/trunk/boinc/; revision=22896
This commit is contained in:
David Anderson 2011-01-12 01:19:31 +00:00
parent 396dc5a8b4
commit a69e57d43c
1 changed files with 10 additions and 0 deletions

View File

@ -78,3 +78,13 @@ David 11 Jan 2011
sched/ sched/
sched_customize.cpp sched_customize.cpp
sched_types.cpp sched_types.cpp
David 11 Jan 2011
- client: set PROJECT::last_upload_start when a job completes,
NOT when its first upload starts.
This prevents a scheduler RPC from happening between the two.
This was a bug in [22841]
client/
cs_apps.cpp
pers_file_xfer.cpp