From 2ee0fc3ce4707670eac61b525a45a9f74dc2963b Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 26 Dec 2002 17:24:33 +0000 Subject: [PATCH] docs svn path=/trunk/boinc/; revision=791 --- db/db.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db/db.h b/db/db.h index 0420baa52b..1e5f2d48d5 100644 --- a/db/db.h +++ b/db/db.h @@ -172,8 +172,8 @@ struct HOST { double d_total; // Total disk space double d_free; - double n_bwup; // Average upload bandwidth - double n_bwdown; // Average download bandwidth + double n_bwup; // Average upload bandwidth, bytes/sec + double n_bwdown; // Average download bandwidth, bytes/sec // The following is derived (by server) from other fields double credit_per_cpu_sec;