/[mldonkey]/mldonkey/src/networks/bittorrent/bTGlobals.ml
ViewVC logotype

Diff of /mldonkey/src/networks/bittorrent/bTGlobals.ml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.36 by spiralvoice, Thu Aug 4 22:00:23 2005 UTC revision 1.37 by spiralvoice, Sun Aug 7 12:57:22 2005 UTC
# Line 122  let max_request_len = Int64.of_int (1 ls Line 122  let max_request_len = Int64.of_int (1 ls
122  let lprintf_nl () =  let lprintf_nl () =
123    lprintf "%s[BT] "    lprintf "%s[BT] "
124      (log_time ()); lprintf_nl2      (log_time ()); lprintf_nl2
125          
126  let check_if_interesting file c =  let check_if_interesting file c =
127    
128    if not c.client_alrd_sent_notinterested then    if not c.client_alrd_sent_notinterested then
# Line 962  let torrents_directory = "torrents" Line 962  let torrents_directory = "torrents"
962  let downloads_directory = Filename.concat torrents_directory "downloads"  let downloads_directory = Filename.concat torrents_directory "downloads"
963  let tracked_directory = Filename.concat torrents_directory "tracked"  let tracked_directory = Filename.concat torrents_directory "tracked"
964  let seeded_directory = Filename.concat torrents_directory "seeded"  let seeded_directory = Filename.concat torrents_directory "seeded"
 let old_directory = Filename.concat torrents_directory "old"  
965    let old_directory = Filename.concat torrents_directory "old"

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26