mirror of https://github.com/BOINC/boinc.git
- client: include app versions only of this project in sched req
svn path=/trunk/boinc/; revision=21523
This commit is contained in:
parent
50724b0ed9
commit
90e1e58113
|
@ -3661,3 +3661,9 @@ David 14 May 2010
|
|||
filesys.cpp
|
||||
api/
|
||||
Makefile.mingw
|
||||
|
||||
David 14 May 2010
|
||||
- client: include app versions only of this project in sched req
|
||||
|
||||
client/
|
||||
cs_scheduler.cpp
|
||||
|
|
|
@ -285,6 +285,7 @@ int CLIENT_STATE::make_scheduler_request(PROJECT* p) {
|
|||
fprintf(f, "<app_versions>\n");
|
||||
for (i=0; i<app_versions.size(); i++) {
|
||||
APP_VERSION* avp = app_versions[i];
|
||||
if (avp->project != p) continue;
|
||||
avp->write(mf, false);
|
||||
avp->index = i;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue