mirror of https://github.com/BOINC/boinc.git
- client: save space in req msg. Didn't make much difference.
svn path=/trunk/boinc/; revision=19037
This commit is contained in:
parent
f5a6f862bf
commit
0d4632d65d
|
@ -7595,3 +7595,9 @@ David 8 Sept 2009
|
|||
work_fetch.cpp
|
||||
lib/
|
||||
coproc.cpp,h
|
||||
|
||||
David 10 Sept 2009
|
||||
- client: save space in req msg. Didn't make much difference.
|
||||
|
||||
client/
|
||||
cs_scheduler.cpp
|
||||
|
|
|
@ -322,8 +322,8 @@ int CLIENT_STATE::make_scheduler_request(PROJECT* p) {
|
|||
fprintf(f,
|
||||
" <ip_result>\n"
|
||||
" <name>%s</name>\n"
|
||||
" <report_deadline>%f</report_deadline>\n"
|
||||
" <cpu_time_remaining>%f</cpu_time_remaining>\n"
|
||||
" <report_deadline>%.0f</report_deadline>\n"
|
||||
" <cpu_time_remaining>%.2f</cpu_time_remaining>\n"
|
||||
" </ip_result>\n",
|
||||
rp->name,
|
||||
rp->report_deadline,
|
||||
|
|
Loading…
Reference in New Issue