mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] Changes to mldonkey/src/utils/net/ip.ml


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/utils/net/ip.ml
Date: Mon, 19 Sep 2005 06:09:12 -0400

Index: mldonkey/src/utils/net/ip.ml
diff -u mldonkey/src/utils/net/ip.ml:1.16 mldonkey/src/utils/net/ip.ml:1.17
--- mldonkey/src/utils/net/ip.ml:1.16   Sat Sep 17 17:59:47 2005
+++ mldonkey/src/utils/net/ip.ml        Mon Sep 19 10:09:06 2005
@@ -260,7 +260,7 @@
 
 (* We check for names every 1/10 second. Too long ? *)
 let _ =
-  Heap.add_memstat "IP" (fun level buf ->
+  Heap.add_memstat "Ip" (fun level buf ->
       Printf.bprintf buf "  %d IPs in ip_cache\n" (Hashtbl.length ip_cache);
       Printf.bprintf buf "  %d entries in hostname_table\n" (Hashtbl.length 
hostname_table);
       Printf.bprintf buf "  %d entries in ip_fifo\n" (Fifo.length ip_fifo);




reply via email to

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