svn path=/trunk/boinc/; revision=791
This commit is contained in:
David Anderson 2002-12-26 17:24:33 +00:00
parent 7b22233809
commit 2ee0fc3ce4
1 changed files with 2 additions and 2 deletions

View File

@ -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;