mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] Changes to mldonkey/src/networks/bittorrent/bTStats.m


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/networks/bittorrent/bTStats.ml
Date: Mon, 15 Aug 2005 16:27:59 -0400

Index: mldonkey/src/networks/bittorrent/bTStats.ml
diff -u mldonkey/src/networks/bittorrent/bTStats.ml:1.1 
mldonkey/src/networks/bittorrent/bTStats.ml:1.2
--- mldonkey/src/networks/bittorrent/bTStats.ml:1.1     Thu Aug  4 22:00:23 2005
+++ mldonkey/src/networks/bittorrent/bTStats.ml Mon Aug 15 20:27:56 2005
@@ -121,6 +121,7 @@
   download_counter := Int64.add !download_counter v;
   c.client_downloaded <- Int64.add c.client_downloaded v;
   stats_all.brand_download <- Int64.add stats_all.brand_download v;
+  bt_download_counter := Int64.add !bt_download_counter v;
   (match c.client_brand with
       Brand_unknown -> ()
     | b ->
@@ -133,6 +134,7 @@
   upload_counter := Int64.add !upload_counter v;
   c.client_uploaded <- Int64.add c.client_uploaded v;
   stats_all.brand_upload <- Int64.add stats_all.brand_upload v;
+  bt_upload_counter := Int64.add !bt_upload_counter v;
   (match c.client_brand with
       Brand_unknown -> ()
     | b ->




reply via email to

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