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/fileTP/fileTPInterac


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/networks/fileTP/fileTPInteractive.ml
Date: Sun, 18 Sep 2005 15:01:15 -0400

Index: mldonkey/src/networks/fileTP/fileTPInteractive.ml
diff -u mldonkey/src/networks/fileTP/fileTPInteractive.ml:1.19 
mldonkey/src/networks/fileTP/fileTPInteractive.ml:1.20
--- mldonkey/src/networks/fileTP/fileTPInteractive.ml:1.19      Sun Aug 21 
12:28:00 2005
+++ mldonkey/src/networks/fileTP/fileTPInteractive.ml   Sun Sep 18 19:00:52 2005
@@ -129,6 +129,7 @@
         P.client_downloaded = zero;
         P.client_uploaded = zero;
         P.client_upload = None;
+        P.client_sui_verified = None;
 (*             P.client_sock_addr = (; *)
       }
   );
@@ -179,6 +180,7 @@
           ("", "sr ar", Printf.sprintf "%d"
               (((last_time ()) - cinfo.GuiTypes.client_connect_time) / 60));
           ("", "sr", "D");
+          ("", "sr", "N");
           ("", "sr", (string_of_client_addr c));
           ("", "sr ar", (size_of_int64 cinfo.GuiTypes.client_uploaded));
           ("", "sr ar", (size_of_int64 cinfo.GuiTypes.client_downloaded));




reply via email to

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