mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonSwarming2


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonSwarming2.ml
Date: Mon, 10 Oct 2005 12:22:38 -0400

Index: mldonkey/src/daemon/common/commonSwarming2.ml
diff -u mldonkey/src/daemon/common/commonSwarming2.ml:1.19 
mldonkey/src/daemon/common/commonSwarming2.ml:1.20
--- mldonkey/src/daemon/common/commonSwarming2.ml:1.19  Thu Oct  6 10:19:29 2005
+++ mldonkey/src/daemon/common/commonSwarming2.ml       Mon Oct 10 16:22:24 2005
@@ -180,7 +180,7 @@
 (*                                                                       *)
 (*************************************************************************)
 
-module HS = Weak2.Make(struct
+module HS = Weak.Make(struct
       type t = swarmer
       let hash file = Hashtbl.hash file.s_filename
 
@@ -189,7 +189,7 @@
 
 let swarmers_by_name = HS.create 31
 
-module HU = Weak2.Make(struct
+module HU = Weak.Make(struct
       type t = uploader
       let hash u = Hashtbl.hash (client_num u.up_client)
 




reply via email to

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