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/commonSources.m


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonSources.mli
Date: Wed, 21 Sep 2005 14:11:55 -0400

Index: mldonkey/src/daemon/common/commonSources.mli
diff -u mldonkey/src/daemon/common/commonSources.mli:1.7 
mldonkey/src/daemon/common/commonSources.mli:1.8
--- mldonkey/src/daemon/common/commonSources.mli:1.7    Thu May 19 19:06:45 2005
+++ mldonkey/src/daemon/common/commonSources.mli        Wed Sep 21 18:11:54 2005
@@ -32,12 +32,11 @@
 type request_result = 
 | File_possible   (* we asked, but didn't know *)
 | File_not_found  (* we asked, the file is not there *)
-| File_expected   (* we asked, because it was announced *)
 | File_new_source (* we never asked, but we should *)
 | File_found      (* the file was found *)
 | File_chunk      (* the file has chunks we want *)
 | File_upload     (* we uploaded from this client *)
-| File_unknown    (* We don't know anything *)
+(* | File_unknown     We don't know anything *)
 
   (*
 val initial_new_source_score : int
@@ -48,7 +47,7 @@
 val chunk_score : int
 val upload_score   : int
 *)
-val expected_score : int
+val possible_score : int
   
 module Make(M: 
 




reply via email to

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