mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=3804
This commit is contained in:
parent
25b93cf322
commit
75d00c50d4
|
@ -14750,3 +14750,9 @@ Daniel 2004-07-06
|
|||
server_types.h
|
||||
validate.C
|
||||
|
||||
Daniel 2004-07-06
|
||||
- client: bugfix in make_scheduler_request
|
||||
|
||||
client/
|
||||
cs_scheduler.C
|
||||
|
||||
|
|
|
@ -300,7 +300,7 @@ int CLIENT_STATE::make_scheduler_request(PROJECT* p, double work_req) {
|
|||
" <platform_name>%s</platform_name>\n"
|
||||
" <core_client_major_version>%d</core_client_major_version>\n"
|
||||
" <core_client_minor_version>%d</core_client_minor_version>\n"
|
||||
" <work_req_seconds>%f</work_req_seconds>\n",
|
||||
" <work_req_seconds>%f</work_req_seconds>\n"
|
||||
" <resource_share_fraction>%f</resource_share_fraction>\n",
|
||||
p->authenticator,
|
||||
p->hostid,
|
||||
|
|
Loading…
Reference in New Issue