mirror of https://github.com/BOINC/boinc.git
- transitioner: fix bug related to new runtime_outlier field
svn path=/trunk/boinc/; revision=24228
This commit is contained in:
parent
d8f20bceea
commit
a886e0be7c
|
@ -6166,3 +6166,9 @@ David 16 Sept 2011
|
|||
app_control.cpp
|
||||
sched/
|
||||
trickle_handler.cpp
|
||||
|
||||
David 16 Sept 2011
|
||||
- transitioner: fix bug related to new runtime_outlier field
|
||||
|
||||
db/
|
||||
boinc_db.cpp
|
||||
|
|
|
@ -919,7 +919,7 @@ void DB_RESULT::db_print_values(char* buf){
|
|||
"'%s', '%s', '%s', "
|
||||
"%d, %d, %d, "
|
||||
"%.15e, %.15e, %.15e, %d, "
|
||||
"%d, %d, %d, %d, %d, null, 0, 0, 0)",
|
||||
"%d, %d, %d, %d, %d, null, 0, 0, 0, 0)",
|
||||
create_time, workunitid,
|
||||
server_state, outcome, client_state,
|
||||
hostid, userid,
|
||||
|
|
Loading…
Reference in New Issue