mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] mldonkey distrib/ChangeLog src/daemon/driver/dr...


From: mldonkey-commits
Subject: [Mldonkey-commits] mldonkey distrib/ChangeLog src/daemon/driver/dr...
Date: Sat, 19 Jan 2008 11:37:05 +0000

CVSROOT:        /sources/mldonkey
Module name:    mldonkey
Changes by:     spiralvoice <spiralvoice>       08/01/19 11:37:05

Modified files:
        distrib        : ChangeLog 
        src/daemon/driver: driverInteractive.ml 

Log message:
        patch #6379

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/mldonkey/distrib/ChangeLog?cvsroot=mldonkey&r1=1.1347&r2=1.1348
http://cvs.savannah.gnu.org/viewcvs/mldonkey/src/daemon/driver/driverInteractive.ml?cvsroot=mldonkey&r1=1.134&r2=1.135

Patches:
Index: distrib/ChangeLog
===================================================================
RCS file: /sources/mldonkey/mldonkey/distrib/ChangeLog,v
retrieving revision 1.1347
retrieving revision 1.1348
diff -u -b -r1.1347 -r1.1348
--- distrib/ChangeLog   16 Jan 2008 15:23:45 -0000      1.1347
+++ distrib/ChangeLog   19 Jan 2008 11:37:05 -0000      1.1348
@@ -15,6 +15,9 @@
 =========
 
 2008/01/16
+6379: bwstats: Show downloaded bytes (pango)
+
+2008/01/16
 6377: Configure: Make Ocaml 3.10.1 the default compiler
 - Ocaml 3.10.1 fixes crashes in MLDonkeys eDonkey module when compiled with
   Ocaml 3.10.0 on 64bit systems

Index: src/daemon/driver/driverInteractive.ml
===================================================================
RCS file: /sources/mldonkey/mldonkey/src/daemon/driver/driverInteractive.ml,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -b -r1.134 -r1.135
--- src/daemon/driver/driverInteractive.ml      7 Jan 2008 19:37:43 -0000       
1.134
+++ src/daemon/driver/driverInteractive.ml      19 Jan 2008 11:37:05 -0000      
1.135
@@ -1083,7 +1083,7 @@
       ) files)
 
 let print_bw_stats buf =
-  Printf.bprintf buf "Down: %.1f KB/s ( %d + %d ) | Up: %.1f KB/s ( %d + %d ) 
| Shared: %d/%s | Uploaded: %s"
+  Printf.bprintf buf "Down: %.1f KB/s ( %d + %d ) | Up: %.1f KB/s ( %d + %d ) 
| Shared: %d/%s | Downloaded: %s | Uploaded: %s"
        (( (float_of_int !udp_download_rate) +. (float_of_int 
!control_download_rate)) /. 1024.0)
          !udp_download_rate
          !control_download_rate
@@ -1092,6 +1092,7 @@
          !control_upload_rate
          !nshared_files
   (size_of_int64 !nshared_bytes)
+  (size_of_int64 !download_counter)
   (size_of_int64 !upload_counter)
 
 let console_topic () =




reply via email to

[Prev in Thread] Current Thread [Next in Thread]