mirror of https://github.com/BOINC/boinc.git
parent
7b22233809
commit
2ee0fc3ce4
4
db/db.h
4
db/db.h
|
@ -172,8 +172,8 @@ struct HOST {
|
||||||
double d_total; // Total disk space
|
double d_total; // Total disk space
|
||||||
double d_free;
|
double d_free;
|
||||||
|
|
||||||
double n_bwup; // Average upload bandwidth
|
double n_bwup; // Average upload bandwidth, bytes/sec
|
||||||
double n_bwdown; // Average download bandwidth
|
double n_bwdown; // Average download bandwidth, bytes/sec
|
||||||
|
|
||||||
// The following is derived (by server) from other fields
|
// The following is derived (by server) from other fields
|
||||||
double credit_per_cpu_sec;
|
double credit_per_cpu_sec;
|
||||||
|
|
Loading…
Reference in New Issue